public class ReferenceValueAssignedItem extends ReferenceValue
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ReferenceValueAssignedItem()
Default constructor
|
ReferenceValueAssignedItem(ReferenceValueAssignedItem template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Referenceable |
getAssignedItem()
Returns the linked referenceable.
|
int |
hashCode()
Return hash code for this object
|
void |
setAssignedItem(Referenceable assignedItem)
Set up the linked referenceable.
|
String |
toString()
JSON-style toString
|
getConfidence, getNotes, getSteward, setConfidence, setNotes, setStewardgetHeaderVersion, setHeaderVersionpublic ReferenceValueAssignedItem()
public ReferenceValueAssignedItem(ReferenceValueAssignedItem template)
template - object to copypublic Referenceable getAssignedItem()
public void setAssignedItem(Referenceable assignedItem)
assignedItem - properties of the referenceablepublic 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.