Class ConfidentialityGovernanceClassification
java.lang.Object
org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
org.odpi.openmetadata.metadatasecurity.properties.ConfidentialityGovernanceClassification
ConfidentialityGovernanceClassification defines the level of confidentiality of related data items.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.intReturn how confidential this data item is to the organization.inthashCode()Return code value representing the contents of this object.voidsetConfidentialityLevel(int confidentialityLevel) Set up how confidential this data item is to the organization.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
getConfidence, getNotes, getSource, getStatus, getSteward, getStewardPropertyName, getStewardTypeName, setConfidence, setNotes, setSource, setStatus, setSteward, setStewardPropertyName, setStewardTypeName
-
Constructor Details
-
ConfidentialityGovernanceClassification
public ConfidentialityGovernanceClassification()Default constructor -
ConfidentialityGovernanceClassification
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getConfidentialityLevel
public int getConfidentialityLevel()Return how confidential this data item is to the organization.- Returns:
- int defined by the GovernanceConfidentialityLevel
-
setConfidentialityLevel
public void setConfidentialityLevel(int confidentialityLevel) Set up how confidential this data item is to the organization.- Parameters:
confidentialityLevel- int defined by the GovernanceConfidentialityLevel
-
toString
Standard toString method.- Overrides:
toStringin classGovernanceClassificationBase- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classGovernanceClassificationBase- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return code value representing the contents of this object.- Overrides:
hashCodein classGovernanceClassificationBase- Returns:
- int
-