Class SubjectAreaDefinition
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaElement
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaDefinition
-
- All Implemented Interfaces:
Serializable,MetadataElement
public class SubjectAreaDefinition extends SubjectAreaElement
A subject area defines a group of definitions for governing assets related to a specific topic. The subject area definition defines how the assets related to the topic should be managed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubjectAreaDefinition()Default ConstructorSubjectAreaDefinition(SubjectAreaDefinition template)Copy/clone constructorSubjectAreaDefinition(SubjectAreaElement template)Copy/clone constructor for element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.List<ElementStub>getAssociatedGovernanceDefinitions()Return the list of the governance definitions that control assets in this zone.List<String>getNestedSubjectAreaGUIDs()Return the list of unique identifiers of the subject areas that inherit governance definitions from this zone.StringgetParentSubjectAreaGUID()Return the unique identifier of the subject area that this zone inherits governance definitions from.inthashCode()Return hash code for this objectvoidsetAssociatedGovernanceDefinitions(List<ElementStub> associatedGovernanceDefinitions)Set up the list of the governance definitions that control assets in this zone.voidsetNestedSubjectAreaGUIDs(List<String> nestedSubjectAreaGUIDs)Set up the list of unique identifiers of the subject areas that inherit governance definitions from this zone.voidsetParentSubjectAreaGUID(String parentSubjectAreaGUID)Set up the unique identifier of the subject area that this zone inherits governance definitions from.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.SubjectAreaElement
getElementHeader, getProperties, setElementHeader, setProperties
-
-
-
-
Constructor Detail
-
SubjectAreaDefinition
public SubjectAreaDefinition()
Default Constructor
-
SubjectAreaDefinition
public SubjectAreaDefinition(SubjectAreaDefinition template)
Copy/clone constructor- Parameters:
template- object to copy
-
SubjectAreaDefinition
public SubjectAreaDefinition(SubjectAreaElement template)
Copy/clone constructor for element- Parameters:
template- object to copy
-
-
Method Detail
-
getParentSubjectAreaGUID
public String getParentSubjectAreaGUID()
Return the unique identifier of the subject area that this zone inherits governance definitions from.- Returns:
- string guid
-
setParentSubjectAreaGUID
public void setParentSubjectAreaGUID(String parentSubjectAreaGUID)
Set up the unique identifier of the subject area that this zone inherits governance definitions from.- Parameters:
parentSubjectAreaGUID- string guid
-
getNestedSubjectAreaGUIDs
public List<String> getNestedSubjectAreaGUIDs()
Return the list of unique identifiers of the subject areas that inherit governance definitions from this zone.- Returns:
- list of string guids
-
setNestedSubjectAreaGUIDs
public void setNestedSubjectAreaGUIDs(List<String> nestedSubjectAreaGUIDs)
Set up the list of unique identifiers of the subject areas that inherit governance definitions from this zone.- Parameters:
nestedSubjectAreaGUIDs- list of string guids
-
getAssociatedGovernanceDefinitions
public List<ElementStub> getAssociatedGovernanceDefinitions()
Return the list of the governance definitions that control assets in this zone.- Returns:
- list of definitions
-
setAssociatedGovernanceDefinitions
public void setAssociatedGovernanceDefinitions(List<ElementStub> associatedGovernanceDefinitions)
Set up the list of the governance definitions that control assets in this zone.- Parameters:
associatedGovernanceDefinitions- list of definitions
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classSubjectAreaElement- Returns:
- string containing the properties and their values
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.- Overrides:
equalsin classSubjectAreaElement- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classSubjectAreaElement- Returns:
- int hash code
-
-