Class GovernanceDomainSetElement
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDomainSetElement
- All Implemented Interfaces:
Serializable
GovernanceDomainSetElement is the bean used to return a governance domain set definition stored in the open metadata repositories.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the list of governance domains that are included in the governance set.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the properties.Return the properties of the governance domain set.inthashCode()Return hash code for this objectvoidsetDomains(List<GovernanceDomainElement> domains) Set up the list of governance domains that are included in the governance set.voidsetElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.voidsetProperties(GovernanceDomainSetProperties properties) Set up the properties of the governance domain set.toString()JSON-style toString
-
Constructor Details
-
GovernanceDomainSetElement
public GovernanceDomainSetElement()Default constructor -
GovernanceDomainSetElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getElementHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getElementHeader()Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
public void setElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.- Parameters:
elementHeader- element header object
-
getProperties
Return the properties of the governance domain set.- Returns:
- properties bean
-
setProperties
Set up the properties of the governance domain set.- Parameters:
properties- properties bean
-
getDomains
Return the list of governance domains that are included in the governance set.- Returns:
- list of governance domain elements
-
setDomains
Set up the list of governance domains that are included in the governance set.- Parameters:
domains- list of governance domain elements
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-