public class GovernanceDefinitionGraph extends Object implements Serializable, MetadataElement
| Constructor and Description |
|---|
GovernanceDefinitionGraph()
Default Constructor
|
GovernanceDefinitionGraph(GovernanceDefinitionGraph template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<GovernanceDelegation> |
getChildren()
Return the governance definitions that support this governance definition.
|
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.
|
List<GovernanceDelegation> |
getMetrics()
Return the governance metrics that measure this governance definition.
|
List<GovernanceDelegation> |
getParents()
Return the list of governance definitions that are requirements for this governance definition.
|
List<GovernanceLink> |
getPeers()
Return the list of peer governance definitions that are related to this governance definition.
|
GovernanceDefinitionProperties |
getProperties()
Return the properties of this governance definition.
|
int |
hashCode()
Return has code based on properties.
|
void |
setChildren(List<GovernanceDelegation> children)
Set up the governance definitions that support this governance definition.
|
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 |
setMetrics(List<GovernanceDelegation> metrics)
Set up the governance metrics that measure this governance definition.
|
void |
setParents(List<GovernanceDelegation> parents)
Set up the list of governance definition that are requirements for this governance definition.
|
void |
setPeers(List<GovernanceLink> peers)
Set up the list of governance definitions that are related to this governance definition.
|
void |
setProperties(GovernanceDefinitionProperties properties)
Set up the properties of this governance definition.
|
String |
toString()
JSON-style toString
|
public GovernanceDefinitionGraph()
public GovernanceDefinitionGraph(GovernanceDefinitionGraph 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<GovernanceDelegation> getParents()
public void setParents(List<GovernanceDelegation> parents)
parents - list of governance definition stubspublic List<GovernanceLink> getPeers()
public void setPeers(List<GovernanceLink> peers)
peers - list of governance definition stubspublic List<GovernanceDelegation> getChildren()
public void setChildren(List<GovernanceDelegation> children)
children - list of governance definition stubspublic List<GovernanceDelegation> getMetrics()
public void setMetrics(List<GovernanceDelegation> metrics)
metrics - list of governance definition stubspublic 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.