me.prettyprint.cassandra.model
Class BasicColumnDefinition

java.lang.Object
  extended by me.prettyprint.cassandra.model.BasicColumnDefinition
All Implemented Interfaces:
ColumnDefinition

public class BasicColumnDefinition
extends Object
implements ColumnDefinition


Constructor Summary
BasicColumnDefinition()
           
 
Method Summary
 String getIndexName()
           
 ColumnIndexType getIndexType()
           
 ByteBuffer getName()
           
 String getValidationClass()
           
 void setIndexName(String indexName)
           
 void setIndexType(ColumnIndexType indexType)
           
 void setName(ByteBuffer name)
           
 void setValidationClass(String validationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicColumnDefinition

public BasicColumnDefinition()
Method Detail

getName

public ByteBuffer getName()
Specified by:
getName in interface ColumnDefinition

getValidationClass

public String getValidationClass()
Specified by:
getValidationClass in interface ColumnDefinition

getIndexType

public ColumnIndexType getIndexType()
Specified by:
getIndexType in interface ColumnDefinition

getIndexName

public String getIndexName()
Specified by:
getIndexName in interface ColumnDefinition

setName

public void setName(ByteBuffer name)

setValidationClass

public void setValidationClass(String validationClass)

setIndexType

public void setIndexType(ColumnIndexType indexType)

setIndexName

public void setIndexName(String indexName)


Copyright © 2011. All Rights Reserved.