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:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extra attributes - ones that are in addition to the standard types.Type of primary key.getName()
Display name for the primary key.void
setAdditionalProperties
(Map<String, String> additionalProperties) void
setKeyPattern
(KeyPattern keyPattern) void
Methods 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
Type of primary key.- Returns:
- Key Pattern
-
setKeyPattern
-
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:
getAdditionalProperties
in classClassification
- Returns:
- extra attributes
-
setAdditionalProperties
- Overrides:
setAdditionalProperties
in classClassification
-