Class DataProcessingPurposeProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingPurposeProperties
Privacy regulations, such as GDPR, require permission from individuals to process their data,
for each type of processing. Similarly, licensed data often specifies which type of processing is permitted.
Data processing purposes are a way of characterising the types of processing that is being performed in order
to request the appropriate permissions, and to also label data in a clean way to help people make good choices
of the data they can/should use.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCopy/Clone Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the specific details of the certification.inthashCode()Return hash code based on properties.voidsetDetails(String details) Set up the specific details of the certification.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
getAdditionalProperties, getDescription, getDocumentIdentifier, getDomainIdentifier, getExtendedProperties, getImplications, getOutcomes, getPriority, getResults, getScope, getSummary, getTitle, getTypeName, setAdditionalProperties, setDescription, setDocumentIdentifier, setDomainIdentifier, setExtendedProperties, setImplications, setOutcomes, setPriority, setResults, setScope, setSummary, setTitle, setTypeName
-
Constructor Details
-
DataProcessingPurposeProperties
public DataProcessingPurposeProperties()Default Constructor -
DataProcessingPurposeProperties
Copy/Clone Constructor- Parameters:
template- object to copy
-
-
Method Details
-
getDetails
Return the specific details of the certification.- Returns:
- string description
-
setDetails
Set up the specific details of the certification.- Parameters:
details- string description
-
toString
JSON-style toString- Overrides:
toStringin classGovernanceDefinitionProperties- Returns:
- string containing the properties and their values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classGovernanceDefinitionProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classGovernanceDefinitionProperties- Returns:
- int
-