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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the referenceable beanorg.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeaderReturn the element header associated with the properties.org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentPropertiesReturn the properties of the relationship.inthashCode()Return hash code for this objectvoidsetAssignedItem(ReferenceableElement assignedItem) Set up the referenceable beanvoidsetRelationshipHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader relationshipHeader) Set up the element header associated with the properties.voidsetRelationshipProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.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
public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader getRelationshipHeader()Return the element header associated with the properties.- Returns:
- element header object
-
setRelationshipHeader
public void setRelationshipHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader relationshipHeader) Set up the element header associated with the properties.- Parameters:
relationshipHeader- element header object
-
getRelationshipProperties
public org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentProperties getRelationshipProperties()Return the properties of the relationship.- Returns:
- properties
-
setRelationshipProperties
public void setRelationshipProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentProperties relationshipProperties) 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
-