Class AtlasGlossaryCategoryElement
java.lang.Object
org.odpi.openmetadata.adapters.connectors.resource.apacheatlas.properties.AtlasGlossaryBaseProperties
org.odpi.openmetadata.adapters.connectors.resource.apacheatlas.properties.AtlasGlossaryMemberBaseProperties
org.odpi.openmetadata.adapters.connectors.resource.apacheatlas.properties.AtlasGlossaryCategoryElement
AtlasGlossaryElement describes an Apache Atlas glossary category and its related terms/categories retrieved from Apache Atlas.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.resource.apacheatlas.properties.AtlasGlossaryBaseProperties
EGERIA_GUID_PROPERTY_NAME -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetTerms()voidsetChildrenCategories(List<AtlasRelatedCategoryHeader> childrenCategories) voidsetParentCategory(AtlasRelatedCategoryHeader parentCategory) voidsetTerms(List<AtlasRelatedTermHeader> terms) toString()Methods inherited from class org.odpi.openmetadata.adapters.connectors.resource.apacheatlas.properties.AtlasGlossaryMemberBaseProperties
getAnchor, setAnchorMethods inherited from class org.odpi.openmetadata.adapters.connectors.resource.apacheatlas.properties.AtlasGlossaryBaseProperties
getAdditionalAttributes, getGuid, getLongDescription, getName, getQualifiedName, getShortDescription, setAdditionalAttributes, setGuid, setLongDescription, setName, setQualifiedName, setShortDescription
-
Constructor Details
-
AtlasGlossaryCategoryElement
public AtlasGlossaryCategoryElement() -
AtlasGlossaryCategoryElement
-
-
Method Details
-
getTerms
-
setTerms
-
getParentCategory
-
setParentCategory
-
getChildrenCategories
-
setChildrenCategories
-
toString
- Overrides:
toStringin classAtlasGlossaryBaseProperties
-