Class Port
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
-
- org.odpi.openmetadata.accessservices.dataengine.model.Port
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PortAlias,PortImplementation
public class Port extends Referenceable
The type Port.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Port()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDisplayName()Gets display name.PortTypegetPortType()Gets port type.UpdateSemanticgetUpdateSemantic()Gets update semantic.inthashCode()voidsetDisplayName(String displayName)Sets display name.voidsetPortType(PortType portType)Sets port type.voidsetUpdateSemantic(UpdateSemantic updateSemantic)Sets update semantic.StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-
-
-
Method Detail
-
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:
equalsin classReferenceable
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classReferenceable
-
hashCode
public int hashCode()
- Overrides:
hashCodein classReferenceable
-
toString
public String toString()
- Overrides:
toStringin classReferenceable
-
-