Class PortImplementation
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Port
org.odpi.openmetadata.accessservices.dataengine.model.PortImplementation
- All Implemented Interfaces:
Serializable
PortImplementation is a java bean used to create PortImplementations associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Gets schema type.int
hashCode()
void
setSchemaType
(SchemaType schemaType) Sets schema type.toString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Port
getDisplayName, getPortType, getUpdateSemantic, setDisplayName, setPortType, setUpdateSemantic
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
PortImplementation
public PortImplementation()
-
-
Method Details
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
getSchemaType
Gets schema type.- Returns:
- the schema type
-
setSchemaType
Sets schema type.- Parameters:
schemaType
- the schema type
-