public class SubjectAreaProperties extends ReferenceableProperties
| Constructor and Description |
|---|
SubjectAreaProperties()
Default constructor
|
SubjectAreaProperties(SubjectAreaProperties 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 zone
|
String |
getDisplayName()
Return the short name for the governance zone.
|
int |
getDomainIdentifier()
Return the identifier of the governance domain that this subject area is managed by.
|
String |
getScope()
Return the definition of the scope of this subject area
|
String |
getUsage()
Return details of the usage of this subject area.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the governance zone
|
void |
setDisplayName(String displayName)
Set up the short name for the governance zone.
|
void |
setDomainIdentifier(int domainIdentifier)
Set up the identifier of the governance domain that this subject area is managed by.
|
void |
setScope(String scope)
Set up the scope definition
|
void |
setUsage(String usage)
Set up the details of the usage of this subject area.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic SubjectAreaProperties()
public SubjectAreaProperties(SubjectAreaProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String getUsage()
public void setUsage(String usage)
usage - textpublic String getScope()
public void setScope(String scope)
scope - string definitionpublic int getDomainIdentifier()
public void setDomainIdentifier(int domainIdentifier)
domainIdentifier - int identifierpublic 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.