Class RelatedElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RelatedElement
-
- All Implemented Interfaces:
Serializable
public class RelatedElement extends Object implements Serializable
RelatedElement contains the properties and header for a relationship retrieved from the metadata repository along with the stub of the related element.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelatedElement()Default constructorRelatedElement(RelatedElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.ElementStubgetRelatedElement()Return the element header associated with end 1 of the relationship.ElementHeadergetRelationshipHeader()Return the element header associated with the relationship.RelationshipPropertiesgetRelationshipProperties()Return details of the relationshipinthashCode()Return hash code for this objectvoidsetRelatedElement(ElementStub relatedElement)Set up the element header associated with end 1 of the relationship.voidsetRelationshipHeader(ElementHeader relationshipHeader)Set up the element header associated with the relationship.voidsetRelationshipProperties(RelationshipProperties relationshipProperties)Set up relationship propertiesStringtoString()JSON-style toString
-
-
-
Constructor Detail
-
RelatedElement
public RelatedElement()
Default constructor
-
RelatedElement
public RelatedElement(RelatedElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getRelationshipHeader
public ElementHeader getRelationshipHeader()
Return the element header associated with the relationship.- Returns:
- element header object
-
setRelationshipHeader
public void setRelationshipHeader(ElementHeader relationshipHeader)
Set up the element header associated with the relationship.- Parameters:
relationshipHeader- element header object
-
getRelationshipProperties
public RelationshipProperties getRelationshipProperties()
Return details of the relationship- Returns:
- relationship properties
-
setRelationshipProperties
public void setRelationshipProperties(RelationshipProperties relationshipProperties)
Set up relationship properties- Parameters:
relationshipProperties- relationship properties
-
getRelatedElement
public ElementStub getRelatedElement()
Return the element header associated with end 1 of the relationship.- Returns:
- element stub object
-
setRelatedElement
public void setRelatedElement(ElementStub relatedElement)
Set up the element header associated with end 1 of the relationship.- Parameters:
relatedElement- element stub object
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-