public class ValidValueImplementationAsset extends ValidValueImplementation
| Constructor and Description |
|---|
ValidValueImplementationAsset()
Default constructor
|
ValidValueImplementationAsset(ValidValueImplementationAsset template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Asset |
getReferenceDataAsset()
Returns the asset where the implementation of the valid value set is stored.
|
int |
hashCode()
Return hash code for this object
|
void |
setReferenceDataAsset(Asset referenceDataAsset)
Set up the asset where the implementation of the valid value set is stored.
|
String |
toString()
JSON-style toString
|
getAdditionalValues, getImplementationValue, getSymbolicName, setAdditionalValues, setImplementationValue, setSymbolicNamepublic ValidValueImplementationAsset()
public ValidValueImplementationAsset(ValidValueImplementationAsset template)
template - object to copypublic Asset getReferenceDataAsset()
public void setReferenceDataAsset(Asset referenceDataAsset)
referenceDataAsset - properties of the assetpublic String toString()
toString in class ValidValueImplementationpublic boolean equals(Object objectToCompare)
equals in class ValidValueImplementationobjectToCompare - test objectpublic int hashCode()
hashCode in class ValidValueImplementationCopyright © 2018–2020 ODPi. All rights reserved.