Class RelatedMetadataElementSummary
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedMetadataElementSummary
- Direct Known Subclasses:
CertificationElement
,ChildCategoryElement
RelatedBy contains the properties and header for a relationship retrieved from the metadata repository along with the stub
of the related element.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the date/time that this instance should start to be used (null means it can be used from creationTime).Return the date/time that this instance should no longer be used.Return the element header associated with end 1 of the relationship.boolean
Return whether the element is at 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
setEffectiveFromTime
(Date effectiveFromTime) Set up the date/time that this instance should start to be used (null means it can be used from creationTime).void
setEffectiveToTime
(Date effectiveToTime) Set up the date/time that this instance should no longer be used.void
setRelatedElement
(MetadataElementSummary relatedElement) Set up the element header associated with end 1 of the relationship.void
setRelatedElementAtEnd1
(boolean relatedElementAtEnd1) Set up whether the element is at end 1 of the relationship.void
setRelationshipHeader
(ElementHeader relationshipHeader) Set up the element header associated with the relationship.void
setRelationshipProperties
(Map<String, String> relationshipProperties) Set up relationship propertiestoString()
JSON-style toString
-
Constructor Details
-
RelatedMetadataElementSummary
public RelatedMetadataElementSummary()Default constructor -
RelatedMetadataElementSummary
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
-
getEffectiveFromTime
Return the date/time that this instance should start to be used (null means it can be used from creationTime).- Returns:
- Date object
-
setEffectiveFromTime
Set up the date/time that this instance should start to be used (null means it can be used from creationTime).- Parameters:
effectiveFromTime
- Date object
-
getEffectiveToTime
Return the date/time that this instance should no longer be used.- Returns:
- Date object
-
setEffectiveToTime
Set up the date/time that this instance should no longer be used.- Parameters:
effectiveToTime
- Date 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
-
getRelatedElementAtEnd1
public boolean getRelatedElementAtEnd1()Return whether the element is at end 1 of the relationship.- Returns:
- boolean
-
setRelatedElementAtEnd1
public void setRelatedElementAtEnd1(boolean relatedElementAtEnd1) Set up whether the element is at end 1 of the relationship.- Parameters:
relatedElementAtEnd1
- boolean
-
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
-