Class ReferenceValueAssignmentItemElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
-
- org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentItemElement
-
- All Implemented Interfaces:
Serializable
public class ReferenceValueAssignmentItemElement extends ReferenceValueAssignmentProperties
ReferenceValueAssignmentItemElement describes a Referenceable that is using a valid values set/definition as a tag/classifier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceValueAssignmentItemElement()Default constructorReferenceValueAssignmentItemElement(ReferenceValueAssignmentItemElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.ReferenceableElementgetAssignedItem()Return the referenceable beaninthashCode()Return hash code for this objectvoidsetAssignedItem(ReferenceableElement assignedItem)Set up the referenceable beanStringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
getConfidence, getNotes, getSteward, getStewardPropertyName, getStewardTypeName, setConfidence, setNotes, setSteward, setStewardPropertyName, setStewardTypeName
-
-
-
-
Constructor Detail
-
ReferenceValueAssignmentItemElement
public ReferenceValueAssignmentItemElement()
Default constructor
-
ReferenceValueAssignmentItemElement
public ReferenceValueAssignmentItemElement(ReferenceValueAssignmentItemElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getAssignedItem
public ReferenceableElement getAssignedItem()
Return the referenceable bean- Returns:
- bean
-
setAssignedItem
public void setAssignedItem(ReferenceableElement assignedItem)
Set up the referenceable bean- Parameters:
assignedItem- bean
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classReferenceValueAssignmentProperties- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.- Overrides:
equalsin classReferenceValueAssignmentProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classReferenceValueAssignmentProperties- Returns:
- int hash code
-
-