Class ConfidentialityGovernanceClassification
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
-
- org.odpi.openmetadata.frameworks.connectors.properties.beans.ConfidentialityGovernanceClassification
-
- All Implemented Interfaces:
Serializable
public class ConfidentialityGovernanceClassification extends GovernanceClassificationBase
ConfidentialityGovernanceClassification defines the level of confidentiality of related data items.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
classifications, extendedProperties, guid, type, url
-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description ConfidentialityGovernanceClassification()Default constructorConfidentialityGovernanceClassification(ConfidentialityGovernanceClassification template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.intgetConfidentialityLevel()Return 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.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
getConfidence, getLevelIdentifier, getNotes, getSource, getStatus, getSteward, setConfidence, setLevelIdentifier, setNotes, setSource, setStatus, setSteward
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
getClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURL
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
getHeaderVersion, setHeaderVersion
-
-
-
-
Constructor Detail
-
ConfidentialityGovernanceClassification
public ConfidentialityGovernanceClassification()
Default constructor
-
ConfidentialityGovernanceClassification
public ConfidentialityGovernanceClassification(ConfidentialityGovernanceClassification template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
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
public String toString()
Standard toString method.- Overrides:
toStringin classGovernanceClassificationBase- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
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
-
-