org.castor.cpa.persistence.sql.engine.info
Class ColumnValue

java.lang.Object
  extended by org.castor.cpa.persistence.sql.engine.info.ColumnValue

public final class ColumnValue
extends Object

Version:
$Revision: 8469 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Author:
Dennis Butterstein, Ralf Joachim

Constructor Summary
protected ColumnValue(ColumnInfo info, int index, Object value)
           
 
Method Summary
 int getIndex()
           
 String getName()
           
 int getType()
           
 Object getValue()
           
 boolean isDirty()
           
 boolean isStore()
           
protected  void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnValue

protected ColumnValue(ColumnInfo info,
                      int index,
                      Object value)
Method Detail

setValue

protected void setValue(Object value)

getName

public String getName()

getType

public int getType()

isStore

public boolean isStore()

isDirty

public boolean isDirty()

getIndex

public int getIndex()

getValue

public Object getValue()


Copyright © 2011. All Rights Reserved.