Class ReferenceValueAssignmentItemElement
java.lang.Object
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentItemElement
- All Implemented Interfaces:
Serializable
ReferenceValueAssignmentItemElement describes a Referenceable that is using a valid values set/definition
as a tag/classifier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the referenceable beanint
hashCode()
Return hash code for this objectvoid
setAssignedItem
(ReferenceableElement assignedItem) Set up the referenceable beantoString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceValueAssignmentProperties
getAttributeName, getConfidence, getNotes, getSteward, getStewardPropertyName, getStewardTypeName, setAttributeName, setConfidence, setNotes, setSteward, setStewardPropertyName, setStewardTypeName
Methods inherited from class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
ReferenceValueAssignmentItemElement
public ReferenceValueAssignmentItemElement()Default constructor -
ReferenceValueAssignmentItemElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getAssignedItem
Return the referenceable bean- Returns:
- bean
-
setAssignedItem
Set up the referenceable bean- Parameters:
assignedItem
- bean
-
toString
JSON-style toString- Overrides:
toString
in classReferenceValueAssignmentProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceValueAssignmentProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceValueAssignmentProperties
- Returns:
- int hash code
-