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 TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the referenceable beaninthashCode()Return hash code for this objectvoidsetAssignedItem(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, setStewardTypeNameMethods 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:
toStringin classReferenceValueAssignmentProperties- Returns:
- return string containing the property names and values
-
equals
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
-