public class ColumnMetadataModel extends Object
| Constructor and Description |
|---|
ColumnMetadataModel() |
ColumnMetadataModel(GenericType columnName,
me.prettyprint.hector.api.ddl.ComparatorType validationClass,
me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
me.prettyprint.hector.api.ddl.ColumnIndexType |
getColumnIndexType() |
GenericType |
getColumnName() |
String |
getIndexName() |
me.prettyprint.hector.api.ddl.ComparatorType |
getValidationClass() |
void |
setColumnIndexType(me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType) |
void |
setColumnName(GenericType columnName) |
void |
setIndexName(String indexName) |
void |
setValidationClass(me.prettyprint.hector.api.ddl.ComparatorType validationClass) |
public ColumnMetadataModel()
public ColumnMetadataModel(GenericType columnName, me.prettyprint.hector.api.ddl.ComparatorType validationClass, me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType, String indexName)
public GenericType getColumnName()
public void setColumnName(GenericType columnName)
public me.prettyprint.hector.api.ddl.ComparatorType getValidationClass()
public void setValidationClass(me.prettyprint.hector.api.ddl.ComparatorType validationClass)
public me.prettyprint.hector.api.ddl.ColumnIndexType getColumnIndexType()
public void setColumnIndexType(me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType)
public String getIndexName()
public void setIndexName(String indexName)
Copyright © 2016. All rights reserved.