Package oracle.iam.catalog.vo
Class HierarchicalAttributeDetails
java.lang.Object
oracle.iam.catalog.vo.HierarchicalAttributeDetails
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
setAttributes
(String attributes) void
setDescription
(String description) void
setOtherAttribute
(Map<String, String> otherAttribute) void
-
Constructor Details
-
HierarchicalAttributeDetails
public HierarchicalAttributeDetails()
-
-
Method Details
-
getValue
-
setValue
-
getDescription
-
setDescription
-
getAttributes
-
setAttributes
-
getOtherAttribute
-
setOtherAttribute
-