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 TypeMethodDescriptionprotected boolean
boolean
Gets display name.Gets port type.Gets update semantic.int
hashCode()
void
setDisplayName
(String displayName) Sets display name.void
setPortType
(PortType portType) Sets port type.void
setUpdateSemantic
(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:
equals
in classReferenceable
-
canEqual
- Overrides:
canEqual
in classReferenceable
-
hashCode
public int hashCode()- Overrides:
hashCode
in classReferenceable
-
toString
- Overrides:
toString
in classReferenceable
-