public class GovernanceDomainSetElement extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceDomainSetElement()
Default constructor
|
GovernanceDomainSetElement(GovernanceDomainSetElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<GovernanceDomainElement> |
getDomains()
Return the list of governance domains that are included in the governance set.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
GovernanceDomainSetProperties |
getProperties()
Return the properties of the governance domain set.
|
int |
hashCode()
Return hash code for this object
|
void |
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.
|
String |
toString()
JSON-style toString
|
public GovernanceDomainSetElement()
public GovernanceDomainSetElement(GovernanceDomainSetElement template)
template - object to copypublic ElementHeader getElementHeader()
public void setElementHeader(ElementHeader elementHeader)
elementHeader - element header objectpublic GovernanceDomainSetProperties getProperties()
public void setProperties(GovernanceDomainSetProperties properties)
properties - properties beanpublic List<GovernanceDomainElement> getDomains()
public void setDomains(List<GovernanceDomainElement> domains)
domains - list of governance domain elementspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.