Class ValidValueImplementationAsset
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.ValidValueImplementationAsset
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 asset where the implementation of the valid value set is stored.int
hashCode()
Return hash code for this objectvoid
setReferenceDataAsset
(Asset referenceDataAsset) Set up the asset where the implementation of the valid value set is stored.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
-
ValidValueImplementationAsset
public ValidValueImplementationAsset()Default constructor -
ValidValueImplementationAsset
Copy clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getReferenceDataAsset
Returns the asset where the implementation of the valid value set is stored.- Returns:
- properties of the asset
-
setReferenceDataAsset
Set up the asset where the implementation of the valid value set is stored.- Parameters:
referenceDataAsset
- properties of the asset
-
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
-