org.cassandraunit.model
Class ColumnFamilyModel

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

public class ColumnFamilyModel
extends Object

Author:
Jeremy Sevellec

Constructor Summary
ColumnFamilyModel()
           
 
Method Summary
 void addColumnMetadata(ColumnMetadata columnMetadata)
           
 List<ColumnMetadata> getColumnsMetadata()
           
 me.prettyprint.hector.api.ddl.ComparatorType getComparatorType()
           
 String getComparatorTypeAlias()
           
 me.prettyprint.hector.api.ddl.ComparatorType getDefaultColumnValueType()
           
 me.prettyprint.hector.api.ddl.ComparatorType getKeyType()
           
 String getKeyTypeAlias()
           
 String getName()
           
 List<RowModel> getRows()
           
 me.prettyprint.hector.api.ddl.ComparatorType getSubComparatorType()
           
 me.prettyprint.hector.api.ddl.ColumnType getType()
           
 boolean isCounter()
           
 void setColumnsMetadata(List<ColumnMetadata> columnsMetadata)
           
 void setComparatorType(me.prettyprint.hector.api.ddl.ComparatorType comparatorType)
           
 void setComparatorTypeAlias(String comparatorTypeAlias)
           
 void setDefaultColumnValueType(me.prettyprint.hector.api.ddl.ComparatorType defaultColumnValueType)
           
 void setKeyType(me.prettyprint.hector.api.ddl.ComparatorType keyType)
           
 void setKeyTypeAlias(String keyTypeAlias)
           
 void setName(String name)
           
 void setRows(List<RowModel> rows)
           
 void setSubComparatorType(me.prettyprint.hector.api.ddl.ComparatorType subComparatorType)
           
 void setType(me.prettyprint.hector.api.ddl.ColumnType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnFamilyModel

public ColumnFamilyModel()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public me.prettyprint.hector.api.ddl.ColumnType getType()

setType

public void setType(me.prettyprint.hector.api.ddl.ColumnType type)

setKeyType

public void setKeyType(me.prettyprint.hector.api.ddl.ComparatorType keyType)

getKeyType

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

setComparatorType

public void setComparatorType(me.prettyprint.hector.api.ddl.ComparatorType comparatorType)

getComparatorType

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

setSubComparatorType

public void setSubComparatorType(me.prettyprint.hector.api.ddl.ComparatorType subComparatorType)

getSubComparatorType

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

setRows

public void setRows(List<RowModel> rows)

getRows

public List<RowModel> getRows()

setDefaultColumnValueType

public void setDefaultColumnValueType(me.prettyprint.hector.api.ddl.ComparatorType defaultColumnValueType)

getDefaultColumnValueType

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

isCounter

public boolean isCounter()

getColumnsMetadata

public List<ColumnMetadata> getColumnsMetadata()

setColumnsMetadata

public void setColumnsMetadata(List<ColumnMetadata> columnsMetadata)

addColumnMetadata

public void addColumnMetadata(ColumnMetadata columnMetadata)

getComparatorTypeAlias

public String getComparatorTypeAlias()

setComparatorTypeAlias

public void setComparatorTypeAlias(String comparatorTypeAlias)

getKeyTypeAlias

public String getKeyTypeAlias()

setKeyTypeAlias

public void setKeyTypeAlias(String keyTypeAlias)


Copyright © 2012. All Rights Reserved.