Class DataProcessingDescriptionProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingDescriptionProperties
DataProcessingDescriptionProperties describes a data processing routine. It may involve access to multiple data sources. The processing of each data source is described in a separate data processing action.
The data processing description can be linked to a process to describe it behaviour (via a DataProcessingSpecification relationship). It can also be linked to data processing purposes to show how its work has been classified to support specific processes.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Returns the description of the data processing that is being performed.Return the display name for this processing action.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description of the data processing that is being performed.void
setDisplayName
(String displayName) Set up the display name for this processing action.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
DataProcessingDescriptionProperties
public DataProcessingDescriptionProperties()Default constructor -
DataProcessingDescriptionProperties
Copy/clone constructor. Note, this is a deep copy- Parameters:
template
- object to copy
-
-
Method Details
-
getDisplayName
Return the display name for this processing action.- Returns:
- string
-
setDisplayName
Set up the display name for this processing action.- Parameters:
displayName
- string
-
getDescription
Returns the description of the data processing that is being performed.- Returns:
- text
-
setDescription
Set up the description of the data processing that is being performed.- Parameters:
description
- text
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- 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:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int
-