Class HierarchicalAttributeDetails

java.lang.Object
oracle.iam.catalog.vo.HierarchicalAttributeDetails
All Implemented Interfaces:
Serializable

public class HierarchicalAttributeDetails extends Object implements Serializable
This vo will give you the details that are associated with a node in a XML for Catalog Hierarchical attributes. Details will majorly have data like Value, Description and Attributes. Any additional attributes if any, other than the three described will be in additional attributes.
Since:
11.1.2.2.0
Author:
asbharga
See Also:
  • Constructor Details

    • HierarchicalAttributeDetails

      public HierarchicalAttributeDetails()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getAttributes

      public String getAttributes()
    • setAttributes

      public void setAttributes(String attributes)
    • getOtherAttribute

      public Map<String,String> getOtherAttribute()
    • setOtherAttribute

      public void setOtherAttribute(Map<String,String> otherAttribute)