Class ReferenceValueAssignmentItemElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ReferenceValueAssignmentItemElement
ReferenceValueAssignmentItemElement describes a Referenceable that is using a valid values set/definition
as a tag/classifier.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the referenceable beanReturn the element header associated with the properties.Return the properties of the relationship.int
hashCode()
Return hash code for this objectvoid
setAssignedItem
(ReferenceableElement assignedItem) Set up the referenceable beanvoid
setRelationshipHeader
(ElementHeader relationshipHeader) Set up the element header associated with the properties.void
setRelationshipProperties
(ReferenceValueAssignmentProperties relationshipProperties) Set up the properties of the relationship.toString()
JSON-style toString
-
Constructor Details
-
ReferenceValueAssignmentItemElement
public ReferenceValueAssignmentItemElement()Default constructor -
ReferenceValueAssignmentItemElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRelationshipHeader
Return the element header associated with the properties.- Returns:
- element header object
-
setRelationshipHeader
Set up the element header associated with the properties.- Parameters:
relationshipHeader
- element header object
-
getRelationshipProperties
Return the properties of the relationship.- Returns:
- properties
-
setRelationshipProperties
Set up the properties of the relationship.- Parameters:
relationshipProperties
- properties
-
getAssignedItem
Return the referenceable bean- Returns:
- bean
-
setAssignedItem
Set up the referenceable bean- Parameters:
assignedItem
- bean
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-