public class ImpactGovernanceClassification extends GovernanceClassificationBase
| Constructor and Description |
|---|
ImpactGovernanceClassification()
Default constructor
|
ImpactGovernanceClassification(ImpactGovernanceClassification 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 |
getImpactLevel()
Return the definition of how critical this data item is to the organization.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setImpactLevel(int impactLevel)
Set up the definition of how critical this data item is to the organization.
|
String |
toString()
Standard toString method.
|
getConfidence, getNotes, getSource, getStatus, getSteward, setConfidence, setNotes, setSource, setStatus, setStewardpublic ImpactGovernanceClassification()
public ImpactGovernanceClassification(ImpactGovernanceClassification template)
template - object to copypublic int getImpactLevel()
public void setImpactLevel(int impactLevel)
impactLevel - 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.