public class ConfidenceGovernanceClassification extends GovernanceClassificationBase
| Constructor and Description |
|---|
ConfidenceGovernanceClassification()
Default constructor
|
ConfidenceGovernanceClassification(ConfidenceGovernanceClassification 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 |
getConfidenceLevel()
Return the level of confidence in the quality of this data.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setConfidenceLevel(int confidenceLevel)
Set up the level of confidence in the quality of this data.
|
String |
toString()
Standard toString method.
|
getConfidence, getNotes, getSource, getStatus, getSteward, setConfidence, setNotes, setSource, setStatus, setStewardpublic ConfidenceGovernanceClassification()
public ConfidenceGovernanceClassification(ConfidenceGovernanceClassification template)
template - object to copypublic int getConfidenceLevel()
public void setConfidenceLevel(int confidenceLevel)
confidenceLevel - intpublic String toString()
toString in class GovernanceClassificationBasepublic boolean equals(Object objectToCompare)
equals in class GovernanceClassificationBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class GovernanceClassificationBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.