org.cassandraunit.model
Class ColumnModel

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

public class ColumnModel
extends Object

Author:
Jeremy Sevellec

Constructor Summary
ColumnModel()
           
 
Method Summary
 GenericType getName()
           
 GenericType getValue()
           
 void setName(GenericType name)
           
 void setValue(GenericType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnModel

public ColumnModel()
Method Detail

getName

public GenericType getName()

setName

public void setName(GenericType name)

getValue

public GenericType getValue()

setValue

public void setValue(GenericType value)


Copyright © 2012. All Rights Reserved.