类 DTCell

java.lang.Object
com.gdxsoft.easyweb.data.DTCell
所有已实现的接口:
Serializable

public class DTCell extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • DTCell

      public DTCell()
  • 方法详细资料

    • getValue

      public Object getValue()
      返回:
      the _Value
    • isNull

      public boolean isNull()
      判断是否是NULL 郭磊 2017-08-11
      返回:
    • getString

      public String getString()
    • setValue

      public void setValue(Object value)
      参数:
      value - the _Value to set
    • getColumn

      public DTColumn getColumn()
      返回:
      the _Column
    • setColumn

      public void setColumn(DTColumn column)
      参数:
      column - the _Column to set
    • getRow

      public DTRow getRow()
      返回:
      the _Row
    • setRow

      public void setRow(DTRow row)
      参数:
      row - the _Row to set
    • getTable

      public DTTable getTable()
      返回:
      the _Table
    • toInt

      public Integer toInt()
    • toLong

      public Long toLong()
    • toDouble

      public Double toDouble()
    • toDate

      public Date toDate()
      返回日期
      返回:
    • toTime

      public long toTime()
      返回毫秒
      返回:
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • getAttachement

      public Object getAttachement()
      相关附件
      返回:
      the attacheMent
    • setAttachement

      public void setAttachement(Object attachement)
      相关附件
      参数:
      attachement - the attacheMent to set