java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.AssetRelationshipElement
All Implemented Interfaces:
Serializable, MetadataElement

public class AssetRelationshipElement extends Object implements MetadataElement, Serializable
AssetRelationshipElement contains the properties and header for a relationship retrieved from the repository.
See Also:
  • Constructor Details

    • AssetRelationshipElement

      public AssetRelationshipElement()
      Default constructor
    • AssetRelationshipElement

      public AssetRelationshipElement(AssetRelationshipElement template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getElementHeader

      public ElementHeader getElementHeader()
      Return the element header associated with the relationship.
      Specified by:
      getElementHeader in interface MetadataElement
      Returns:
      element header object
    • setElementHeader

      public void setElementHeader(ElementHeader elementHeader)
      Set up the element header associated with the relationship.
      Specified by:
      setElementHeader in interface MetadataElement
      Parameters:
      elementHeader - element header object
    • getProperties

      public Map<String,Object> getProperties()
      Return the properties from the relationship.
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,Object> properties)
      Set up the properties from the relationship.
      Parameters:
      properties - property map
    • getEffectiveFrom

      public Date getEffectiveFrom()
      Return the date/time that this element is effective from (null means effective from the epoch).
      Returns:
      date object
    • setEffectiveFrom

      public void setEffectiveFrom(Date effectiveFrom)
      Set up the date/time that this element is effective from (null means effective from the epoch).
      Parameters:
      effectiveFrom - date object
    • getEffectiveTo

      public Date getEffectiveTo()
      Return the date/time that element is effective to (null means that it is effective indefinitely into the future).
      Returns:
      date object
    • setEffectiveTo

      public void setEffectiveTo(Date effectiveTo)
      Set the date/time that element is effective to (null means that it is effective indefinitely into the future).
      Parameters:
      effectiveTo - date object
    • getEnd1Element

      public ElementStub getEnd1Element()
      Return the header of the end 1 entity.
      Returns:
      header
    • setEnd1Element

      public void setEnd1Element(ElementStub end1Element)
      Set up the header of the end 1 entity.
      Parameters:
      end1Element - header
    • getEnd2Element

      public ElementStub getEnd2Element()
      Return the header of the end 2 entity.
      Returns:
      header
    • setEnd2Element

      public void setEnd2Element(ElementStub platformElement)
      Set up the header of the end 2 entity.
      Parameters:
      platformElement - header
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code