Class GovernanceStatusIdentifierSetElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceStatusIdentifierSetElement
-
- All Implemented Interfaces:
Serializable,MetadataElement
public class GovernanceStatusIdentifierSetElement extends Object implements Serializable, MetadataElement
GovernanceLevelIdentifierSetElement documents the level identifier values for a specific governance classification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceStatusIdentifierSetElement()Default ConstructorGovernanceStatusIdentifierSetElement(GovernanceStatusIdentifierSetElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.ElementHeadergetElementHeader()Return the element header associated with the properties.List<GovernanceStatusIdentifierElement>getIdentifierElements()Return the list of governance level identifiers use with the requested classification.GovernanceStatusIdentifierSetPropertiesgetProperties()Return the properties of this governance definition.inthashCode()Return has code based on properties.voidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidsetIdentifierElements(List<GovernanceStatusIdentifierElement> identifierElements)Set up the list of governance level identifiers use with the requested classification.voidsetProperties(GovernanceStatusIdentifierSetProperties properties)Set up the properties of this governance definition.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
GovernanceStatusIdentifierSetElement
public GovernanceStatusIdentifierSetElement()
Default Constructor
-
GovernanceStatusIdentifierSetElement
public GovernanceStatusIdentifierSetElement(GovernanceStatusIdentifierSetElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getElementHeader
public ElementHeader getElementHeader()
Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getProperties
public GovernanceStatusIdentifierSetProperties getProperties()
Return the properties of this governance definition.- Returns:
- properties bean
-
setProperties
public void setProperties(GovernanceStatusIdentifierSetProperties properties)
Set up the properties of this governance definition.- Parameters:
properties- properties bean
-
getIdentifierElements
public List<GovernanceStatusIdentifierElement> getIdentifierElements()
Return the list of governance level identifiers use with the requested classification.- Returns:
- list of governance identifiers.
-
setIdentifierElements
public void setIdentifierElements(List<GovernanceStatusIdentifierElement> identifierElements)
Set up the list of governance level identifiers use with the requested classification.- Parameters:
identifierElements- list of governance drivers.
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-