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
public class PortImplementation extends Port
The type Port implementation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortImplementation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)SchemaTypegetSchemaType()Gets schema type.inthashCode()voidsetSchemaType(SchemaType schemaType)Sets schema type.StringtoString()-
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
-
-
-
-
Method Detail
-
getSchemaType
public SchemaType getSchemaType()
Gets schema type.- Returns:
- the schema type
-
setSchemaType
public void setSchemaType(SchemaType schemaType)
Sets schema type.- Parameters:
schemaType- the schema type
-
-