Class GovernanceDomainSetElement
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.GovernanceDomainSetElement
- All Implemented Interfaces:
MetadataElement
GovernanceDomainSetElement is the bean used to return a governance domain set definition stored in the open metadata repositories.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the list of governance domains that are included in the governance set.Return the element header associated with the properties.Return the properties of the governance domain set.int
hashCode()
Return hash code for this objectvoid
setDomains
(List<GovernanceDomainElement> domains) Set up the list of governance domains that are included in the governance set.void
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the properties.void
setProperties
(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
Return the element header associated with the properties.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Specified by:
setElementHeader
in interfaceMetadataElement
- 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
-