Class RelatedMetadataElementStub
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedMetadataElementStub
RelatedElement contains the properties and header for a relationship retrieved from the metadata repository along with the stub
of the related element.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with end 1 of the relationship.Return the element header associated with the relationship.Return details of the relationshipint
hashCode()
Return hash code for this objectvoid
setRelatedElement
(ElementStub relatedElement) Set up the element header associated with end 1 of the relationship.void
setRelationshipHeader
(ElementHeader relationshipHeader) Set up the element header associated with the relationship.void
setRelationshipProperties
(ElementProperties relationshipProperties) Set up relationship propertiestoString()
JSON-style toString
-
Constructor Details
-
RelatedMetadataElementStub
public RelatedMetadataElementStub()Default constructor -
RelatedMetadataElementStub
Copy/clone constructor- Parameters:
template
- object to copy
-
RelatedMetadataElementStub
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRelationshipHeader
Return the element header associated with the relationship.- Returns:
- element header object
-
setRelationshipHeader
Set up the element header associated with the relationship.- Parameters:
relationshipHeader
- element header object
-
getRelationshipProperties
Return details of the relationship- Returns:
- relationship properties
-
setRelationshipProperties
Set up relationship properties- Parameters:
relationshipProperties
- relationship properties
-
getRelatedElement
Return the element header associated with end 1 of the relationship.- Returns:
- element stub object
-
setRelatedElement
Set up the element header associated with end 1 of the relationship.- Parameters:
relatedElement
- element stub object
-
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
-