public class GovernanceClassificationBase extends ElementHeader
classifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
GovernanceClassificationBase()
Default constructor
|
GovernanceClassificationBase(GovernanceClassificationBase 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.
|
int |
getConfidence()
Return the level of confidence in the classification (0=none to 100=excellent).
|
int |
getLevelIdentifier()
Return the unique identifier that defines the level of the classification that is applied.
|
String |
getNotes()
Return additional information relating to this classification.
|
String |
getSource()
Return the source of this classification.
|
GovernanceClassificationStatus |
getStatus()
Return the status of this classification.
|
String |
getSteward()
Return the identifier for the person responsible for maintaining this classification.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setConfidence(int confidence)
Set up the level of confidence in the classification (0=none to 100=excellent).
|
void |
setLevelIdentifier(int levelIdentifier)
Set up the unique identifier that defines the level of the classification that is applied.
|
void |
setNotes(String notes)
Set up additional information relating to this classification.
|
void |
setSource(String source)
Set up the source of this classification.
|
void |
setStatus(GovernanceClassificationStatus status)
Set up the status of the classification.
|
void |
setSteward(String steward)
Set up the identifier for the person responsible for maintaining this classification.
|
String |
toString()
Standard toString method.
|
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic GovernanceClassificationBase()
public GovernanceClassificationBase(GovernanceClassificationBase template)
template - element to copypublic GovernanceClassificationStatus getStatus()
public void setStatus(GovernanceClassificationStatus status)
status - enumpublic int getConfidence()
public void setConfidence(int confidence)
confidence - intpublic String getSteward()
public void setSteward(String steward)
steward - string user identifierpublic String getSource()
public void setSource(String source)
source - string identifierpublic String getNotes()
public void setNotes(String notes)
notes - text from the steward(s)public int getLevelIdentifier()
public void setLevelIdentifier(int levelIdentifier)
levelIdentifier - intpublic String toString()
toString in class ElementHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.