Class ValidValueImplementationDefinition
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementationDefinition
ValidValueImplementationAsset contains the properties for a reference data set implementing a requested valid value.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Returns the valid value definition for an entry in the asst's implementation.int
hashCode()
Return hash code for this objectvoid
setValidValue
(ValidValue validValue) Set up the valid value definition for an entry in the asst's implementation.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.ValidValueImplementation
getAdditionalValues, getImplementationValue, getSymbolicName, setAdditionalValues, setImplementationValue, setSymbolicName
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
getHeaderVersion, setHeaderVersion
-
Constructor Details
-
ValidValueImplementationDefinition
public ValidValueImplementationDefinition()Default constructor -
ValidValueImplementationDefinition
Copy clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getValidValue
Returns the valid value definition for an entry in the asst's implementation.- Returns:
- properties of the valid value
-
setValidValue
Set up the valid value definition for an entry in the asst's implementation.- Parameters:
validValue
- properties of the valid value
-
toString
JSON-style toString- Overrides:
toString
in classValidValueImplementation
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classValidValueImplementation
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classValidValueImplementation
- Returns:
- int hash code
-