public class GovernanceLevelIdentifierSetElement extends Object implements Serializable, MetadataElement
| Constructor and Description |
|---|
GovernanceLevelIdentifierSetElement()
Default Constructor
|
GovernanceLevelIdentifierSetElement(GovernanceLevelIdentifierSetElement 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.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
List<GovernanceLevelIdentifierElement> |
getIdentifierElements()
Return the list of governance level identifiers use with the requested classification.
|
GovernanceLevelIdentifierSetProperties |
getProperties()
Return the properties of this governance definition.
|
int |
hashCode()
Return has code based on properties.
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setIdentifierElements(List<GovernanceLevelIdentifierElement> identifierElements)
Set up the list of governance level identifiers use with the requested classification.
|
void |
setProperties(GovernanceLevelIdentifierSetProperties properties)
Set up the properties of this governance definition.
|
String |
toString()
JSON-style toString
|
public GovernanceLevelIdentifierSetElement()
public GovernanceLevelIdentifierSetElement(GovernanceLevelIdentifierSetElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic GovernanceLevelIdentifierSetProperties getProperties()
public void setProperties(GovernanceLevelIdentifierSetProperties properties)
properties - properties beanpublic List<GovernanceLevelIdentifierElement> getIdentifierElements()
public void setIdentifierElements(List<GovernanceLevelIdentifierElement> identifierElements)
identifierElements - list of governance drivers.public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.