Class DataProcessingActionProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingActionProperties
DataProcessingActionProperties describes some specific processing that is being performed on
one or more data targets.
-
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
-
DataProcessingActionProperties
public DataProcessingActionProperties()Default constructor -
DataProcessingActionProperties
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
-