Class PrimaryKey
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.PrimaryKey
- All Implemented Interfaces:
Serializable,OmasObject
A uniquely identifying relational column.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extra attributes - ones that are in addition to the standard types.org.odpi.openmetadata.frameworks.connectors.properties.beans.KeyPatternType of primary key.getName()Display name for the primary key.voidsetAdditionalProperties(Map<String, String> additionalProperties) voidsetKeyPattern(org.odpi.openmetadata.frameworks.connectors.properties.beans.KeyPattern keyPattern) voidMethods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
Constructor Details
-
PrimaryKey
public PrimaryKey()Default constructor
-
-
Method Details
-
getKeyPattern
public org.odpi.openmetadata.frameworks.connectors.properties.beans.KeyPattern getKeyPattern()Type of primary key.- Returns:
- Key Pattern
-
setKeyPattern
public void setKeyPattern(org.odpi.openmetadata.frameworks.connectors.properties.beans.KeyPattern keyPattern) -
getName
Display name for the primary key.- Returns:
- Display name for the primary key.
-
setName
-
getAdditionalProperties
Get the extra attributes - ones that are in addition to the standard types.- Overrides:
getAdditionalPropertiesin classClassification- Returns:
- extra attributes
-
setAdditionalProperties
- Overrides:
setAdditionalPropertiesin classClassification
-