public class GovernanceClassificationBase extends Object implements Serializable
| 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).
|
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 |
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.
|
public 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 String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.