Class ColumnValueInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class ColumnValueInfo
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnValueInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      java.lang.String getValueType()  
      boolean isTotal()  
      void setTotal​(boolean total)  
      void setValue​(java.lang.String value)  
      void setValueType​(java.lang.String valueType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColumnValueInfo

        public ColumnValueInfo()
    • Method Detail

      • isTotal

        public boolean isTotal()
      • setTotal

        public void setTotal​(boolean total)
      • getValueType

        public java.lang.String getValueType()
      • setValueType

        public void setValueType​(java.lang.String valueType)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)