public class ReferenceValueAssignmentItemElement extends ReferenceValueAssignmentProperties
| Constructor and Description |
|---|
ReferenceValueAssignmentItemElement()
Default constructor
|
ReferenceValueAssignmentItemElement(ReferenceValueAssignmentItemElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ReferenceableElement |
getAssignedItem()
Return the referenceable bean
|
int |
hashCode()
Return hash code for this object
|
void |
setAssignedItem(ReferenceableElement assignedItem)
Set up the referenceable bean
|
String |
toString()
JSON-style toString
|
getConfidence, getNotes, getSteward, setConfidence, setNotes, setStewardpublic ReferenceValueAssignmentItemElement()
public ReferenceValueAssignmentItemElement(ReferenceValueAssignmentItemElement template)
template - object to copypublic ReferenceableElement getAssignedItem()
public void setAssignedItem(ReferenceableElement assignedItem)
assignedItem - beanpublic String toString()
toString in class ReferenceValueAssignmentPropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceValueAssignmentPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceValueAssignmentPropertiesCopyright © 2018–2020 ODPi. All rights reserved.