public class GovernanceLevelIdentifierSetProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GovernanceLevelIdentifierSetProperties()
Default constructor
|
GovernanceLevelIdentifierSetProperties(GovernanceLevelIdentifierSetProperties 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 |
getClassificationName()
Return the name of the classification that will use this set of level identifiers.
|
String |
getDescription()
Return the description for the governance domain set
|
String |
getDisplayName()
Return the short name for the governance domain set.
|
int |
getDomainIdentifier()
Return the identifier of the governance domain that this definition belongs to (0=all).
|
String |
getIdentifierPropertyName()
Return the name of the property in the classification where the level identifier will be set.
|
int |
hashCode()
Return hash code for this object
|
void |
setClassificationName(String classificationName)
Set up the name of the classification that will use this set of level identifiers.
|
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 |
setDomainIdentifier(int domainIdentifier)
Set up the identifier of the governance domain that this definition belongs to (0=all).
|
void |
setIdentifierPropertyName(String identifierPropertyName)
Set up the name of the property in the classification where the level identifier will be set.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic GovernanceLevelIdentifierSetProperties()
public GovernanceLevelIdentifierSetProperties(GovernanceLevelIdentifierSetProperties template)
template - object to copypublic int getDomainIdentifier()
public void setDomainIdentifier(int domainIdentifier)
domainIdentifier - intpublic String getClassificationName()
public void setClassificationName(String classificationName)
classificationName - string namepublic String getIdentifierPropertyName()
public void setIdentifierPropertyName(String identifierPropertyName)
identifierPropertyName - string namepublic 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.