org.cassandraunit.model
Class ColumnMetadata

java.lang.Object
  extended by org.cassandraunit.model.ColumnMetadata

public class ColumnMetadata
extends Object

Author:
Jeremy Sevellec

Constructor Summary
ColumnMetadata()
           
ColumnMetadata(String columnName, me.prettyprint.hector.api.ddl.ComparatorType validationClass, me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType)
           
 
Method Summary
 me.prettyprint.hector.api.ddl.ColumnIndexType getColumnIndexType()
           
 String getColumnName()
           
 me.prettyprint.hector.api.ddl.ComparatorType getValidationClass()
           
 void setColumnIndexType(me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType)
           
 void setColumnName(String columnName)
           
 void setValidationClass(me.prettyprint.hector.api.ddl.ComparatorType validationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnMetadata

public ColumnMetadata()

ColumnMetadata

public ColumnMetadata(String columnName,
                      me.prettyprint.hector.api.ddl.ComparatorType validationClass,
                      me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType)
Method Detail

getColumnName

public String getColumnName()

setColumnName

public void setColumnName(String columnName)

getValidationClass

public me.prettyprint.hector.api.ddl.ComparatorType getValidationClass()

setValidationClass

public void setValidationClass(me.prettyprint.hector.api.ddl.ComparatorType validationClass)

getColumnIndexType

public me.prettyprint.hector.api.ddl.ColumnIndexType getColumnIndexType()

setColumnIndexType

public void setColumnIndexType(me.prettyprint.hector.api.ddl.ColumnIndexType columnIndexType)


Copyright © 2012. All Rights Reserved.