Class ColumnValue


  • public final class ColumnValue
    extends java.lang.Object
    Version:
    $Revision: 8469 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
    Author:
    Dennis Butterstein, Ralf Joachim
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ColumnValue​(ColumnInfo info, int index, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      java.lang.String getName()  
      int getType()  
      java.lang.Object getValue()  
      boolean isDirty()  
      boolean isStore()  
      protected void setValue​(java.lang.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,
                              java.lang.Object value)
    • Method Detail

      • setValue

        protected void setValue​(java.lang.Object value)
      • getName

        public java.lang.String getName()
      • getType

        public int getType()
      • isStore

        public boolean isStore()
      • isDirty

        public boolean isDirty()
      • getIndex

        public int getIndex()
      • getValue

        public java.lang.Object getValue()