org.cassandraunit.model
Class SuperColumnModel

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

public class SuperColumnModel
extends Object

Author:
Jeremy Sevellec

Constructor Summary
SuperColumnModel()
           
 
Method Summary
 List<ColumnModel> getColumns()
           
 GenericType getName()
           
 void setColumns(List<ColumnModel> columns)
           
 void setName(GenericType name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperColumnModel

public SuperColumnModel()
Method Detail

getName

public GenericType getName()

setName

public void setName(GenericType name)

getColumns

public List<ColumnModel> getColumns()

setColumns

public void setColumns(List<ColumnModel> columns)


Copyright © 2012. All Rights Reserved.