public class GovernanceLevelIdentifierProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GovernanceLevelIdentifierProperties()
Default constructor
|
GovernanceLevelIdentifierProperties(GovernanceLevelIdentifierProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description for the governance domain set
|
String |
getDisplayName()
Return the short name for the governance domain set.
|
int |
getLevelIdentifier()
Return the identifier of the governance level.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the governance domain set
|
void |
setDisplayName(String displayName)
Set up the short name for the governance domain set.
|
void |
setLevelIdentifier(int levelIdentifier)
Set up the identifier of the governance level.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic GovernanceLevelIdentifierProperties()
public GovernanceLevelIdentifierProperties(GovernanceLevelIdentifierProperties template)
template - object to copypublic int getLevelIdentifier()
public void setLevelIdentifier(int levelIdentifier)
levelIdentifier - intpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.