public class GovernanceDefinitionElement extends Object implements Serializable, MetadataElement
| Constructor and Description |
|---|
GovernanceDefinitionElement()
Default constructor
|
GovernanceDefinitionElement(GovernanceDefinitionElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
List<ExternalReferenceElement> |
getExternalReferences()
Return details of the external references that have been linked to this governance definition.
|
GovernanceDefinitionProperties |
getProperties()
Return the requested governance definition.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setExternalReferneces(List<ExternalReferenceElement> externalReferences)
Set up the details of the external references that have been linked to this governance definition.
|
void |
setProperties(GovernanceDefinitionProperties properties)
Set up the requested governance definition.
|
String |
toString()
JSON-style toString
|
public GovernanceDefinitionElement()
public GovernanceDefinitionElement(GovernanceDefinitionElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic GovernanceDefinitionProperties getProperties()
public void setProperties(GovernanceDefinitionProperties properties)
properties - properties beanpublic List<ExternalReferenceElement> getExternalReferences()
public void setExternalReferneces(List<ExternalReferenceElement> externalReferences)
externalReferences - list of links to external referencespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.