Class GovernanceZoneElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceZoneElement
-
- All Implemented Interfaces:
Serializable,MetadataElement
- Direct Known Subclasses:
GovernanceZoneDefinition
public class GovernanceZoneElement extends Object implements Serializable, MetadataElement
GovernanceZoneElement is the bean used to return a governance zone definition stored in the open metadata repositories.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceZoneElement()Default constructorGovernanceZoneElement(GovernanceZoneElement template)Copy/clone constructor
-
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.ElementHeadergetElementHeader()Return the element header associated with the properties.GovernanceZonePropertiesgetGovernanceZoneProperties()Return the properties of the governance zone.inthashCode()Return hash code for this objectvoidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.voidsetGovernanceZoneProperties(GovernanceZoneProperties governanceZoneProperties)Set up the properties of the governance zone.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
GovernanceZoneElement
public GovernanceZoneElement()
Default constructor
-
GovernanceZoneElement
public GovernanceZoneElement(GovernanceZoneElement 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
-
getGovernanceZoneProperties
public GovernanceZoneProperties getGovernanceZoneProperties()
Return the properties of the governance zone.- Returns:
- properties bean
-
setGovernanceZoneProperties
public void setGovernanceZoneProperties(GovernanceZoneProperties governanceZoneProperties)
Set up the properties of the governance zone.- Parameters:
governanceZoneProperties- properties bean
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-