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:
PortImplementation
The type Port.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets display name.Gets port type.Gets update semantic.inthashCode()voidsetDisplayName(String displayName) Sets display name.voidsetPortType(PortType portType) Sets port type.voidsetUpdateSemantic(UpdateSemantic updateSemantic) Sets update semantic.toString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
Port
public Port()
-
-
Method Details
-
getUpdateSemantic
Gets update semantic.- Returns:
- the update semantic
-
getDisplayName
Gets display name.- Returns:
- the display name
-
getPortType
Gets port type.- Returns:
- the port type
-
setDisplayName
Sets display name.- Parameters:
displayName- the display name
-
setPortType
Sets port type.- Parameters:
portType- the port type
-
setUpdateSemantic
Sets update semantic.- Parameters:
updateSemantic- the update semantic
-
equals
- Overrides:
equalsin classReferenceable
-
hashCode
public int hashCode()- Overrides:
hashCodein classReferenceable
-
toString
- Overrides:
toStringin classReferenceable
-