java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.SolutionPortElement
All Implemented Interfaces:
MetadataElement

public class SolutionPortElement extends Object implements MetadataElement
SolutionPortElement contains the properties and header for a SolutionPortElement entity retrieved from the repository.
  • Constructor Details

    • SolutionPortElement

      public SolutionPortElement()
      Default constructor
    • SolutionPortElement

      public SolutionPortElement(SolutionPortElement 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 SolutionPortProperties getProperties()
      Return the properties from the relationship.
      Returns:
      properties
    • setProperties

      public void setProperties(SolutionPortProperties properties)
      Set up the properties from the relationship.
      Parameters:
      properties - property map
    • getSchemaType

      public ElementStub getSchemaType()
      Return the stub for the optional schema type describing the structure of the data passing through the port.
      Returns:
      header
    • setSchemaType

      public void setSchemaType(ElementStub schemaType)
      Set up the stub for the optional schema type describing the structure of the data passing through the port.
      Parameters:
      schemaType - header
    • getDelegationPorts

      public List<ElementStub> getDelegationPorts()
      Return the list of ports that belong to subcomponents.
      Returns:
      list
    • setDelegationPorts

      public void setDelegationPorts(List<ElementStub> delegationPorts)
      Set up the list of ports that belong to subcomponents.
      Parameters:
      delegationPorts - list
    • 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