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
- All Implemented Interfaces:
Serializable
ValidValueImplementationAsset contains the properties for a reference data set implementing a requested valid value.
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
CURRENT_AUDIT_HEADER_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Returns the asset where the implementation of the valid value set is stored.inthashCode()Return hash code for this objectvoidsetReferenceDataAsset(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, setSymbolicNameMethods 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:
toStringin classValidValueImplementation- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classValidValueImplementation- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classValidValueImplementation- Returns:
- int hash code
-