public class Column extends Source
additionalProperties, guid, qualifiedName| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
BusinessTerm |
getBusinessTerms()
Gets business terms.
|
String |
getName()
Gets name.
|
String |
getType()
Gets type.
|
boolean |
isClusteringKey()
Is clustering key boolean.
|
boolean |
isPartitionKey()
Is partition key boolean.
|
boolean |
isPrimaryKey()
Is primary key boolean.
|
void |
setBusinessTerms(BusinessTerm businessTerms)
Sets business terms.
|
void |
setClusteringKey(boolean clusteringKey)
Sets clustering key.
|
void |
setName(String name)
Sets name.
|
void |
setPartitionKey(boolean partitionKey)
Sets partition key.
|
void |
setPrimaryKey(boolean primaryKey)
Sets primary key.
|
void |
setType(String type)
Sets type.
|
String |
toString() |
getAdditionalProperties, getGuid, getQualifiedName, setAdditionalProperties, setGuid, setQualifiedNamepublic String getName()
public void setName(String name)
name - the namepublic String getType()
public void setType(String type)
type - the typepublic BusinessTerm getBusinessTerms()
public void setBusinessTerms(BusinessTerm businessTerms)
businessTerms - the business termspublic boolean isPartitionKey()
public void setPartitionKey(boolean partitionKey)
partitionKey - the partition keypublic boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
primaryKey - the primary keypublic boolean isClusteringKey()
public void setClusteringKey(boolean clusteringKey)
clusteringKey - the clustering keyCopyright © 2018–2019 ODPi. All rights reserved.