java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Port
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortImplementation

public class Port extends Referenceable
The type Port.
See Also:
  • Constructor Details

    • Port

      public Port()
  • Method Details

    • getUpdateSemantic

      public UpdateSemantic getUpdateSemantic()
      Gets update semantic.
      Returns:
      the update semantic
    • getDisplayName

      public String getDisplayName()
      Gets display name.
      Returns:
      the display name
    • getPortType

      public PortType getPortType()
      Gets port type.
      Returns:
      the port type
    • setDisplayName

      public void setDisplayName(String displayName)
      Sets display name.
      Parameters:
      displayName - the display name
    • setPortType

      public void setPortType(PortType portType)
      Sets port type.
      Parameters:
      portType - the port type
    • setUpdateSemantic

      public void setUpdateSemantic(UpdateSemantic updateSemantic)
      Sets update semantic.
      Parameters:
      updateSemantic - the update semantic
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Referenceable
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Referenceable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Referenceable
    • toString

      public String toString()
      Overrides:
      toString in class Referenceable