public class ReferenceValueAssignment extends ReferenceValue
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ReferenceValueAssignment()
Default constructor
|
ReferenceValueAssignment(ReferenceValueAssignment template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ValidValue |
getValidValue()
Returns the properties of the valid value used in the assignment.
|
int |
hashCode()
Return hash code for this object
|
void |
setValidValue(ValidValue validValue)
Set up the properties of the valid value used in the assignment.
|
String |
toString()
JSON-style toString
|
getConfidence, getNotes, getSteward, setConfidence, setNotes, setStewardgetHeaderVersion, setHeaderVersionpublic ReferenceValueAssignment()
public ReferenceValueAssignment(ReferenceValueAssignment template)
template - object to copypublic ValidValue getValidValue()
public void setValidValue(ValidValue validValue)
validValue - properties of the assetpublic String toString()
toString in class ReferenceValuepublic boolean equals(Object objectToCompare)
equals in class ReferenceValueobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceValueCopyright © 2018–2020 ODPi. All rights reserved.