org.jeecgframework.poi.excel.entity.sax
类 SaxReadCellEntity

java.lang.Object
  继承者 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity

public class SaxReadCellEntity
extends Object

Cell 对象

作者:
JueYue

构造方法摘要
SaxReadCellEntity(CellValueType cellType, Object value)
           
 
方法摘要
 CellValueType getCellType()
           
 Object getValue()
           
 void setCellType(CellValueType cellType)
           
 void setValue(Object value)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SaxReadCellEntity

public SaxReadCellEntity(CellValueType cellType,
                         Object value)
方法详细信息

getCellType

public CellValueType getCellType()

setCellType

public void setCellType(CellValueType cellType)

getValue

public Object getValue()

setValue

public void setValue(Object value)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2015. All Rights Reserved.