org.jeecgframework.poi.excel.entity.params
类 ExcelBaseEntity

java.lang.Object
  继承者 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity
直接已知子类:
ExcelExportEntity, ExcelImportEntity

public class ExcelBaseEntity
extends Object

Excel 导入导出基础对象类

作者:
JueYue

字段摘要
protected  String name
          对应name
 
构造方法摘要
ExcelBaseEntity()
           
 
方法摘要
 String getDatabaseFormat()
           
 String getFormat()
           
 Method getMethod()
           
 List<Method> getMethods()
           
 String getName()
           
 String[] getReplace()
           
 int getType()
           
 boolean isHyperlink()
           
 void setDatabaseFormat(String databaseFormat)
           
 void setFormat(String format)
           
 void setHyperlink(boolean hyperlink)
           
 void setMethod(Method method)
           
 void setMethods(List<Method> methods)
           
 void setName(String name)
           
 void setReplace(String[] replace)
           
 void setType(int type)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

name

protected String name
对应name

构造方法详细信息

ExcelBaseEntity

public ExcelBaseEntity()
方法详细信息

getDatabaseFormat

public String getDatabaseFormat()

getFormat

public String getFormat()

getMethod

public Method getMethod()

getMethods

public List<Method> getMethods()

getName

public String getName()

getReplace

public String[] getReplace()

getType

public int getType()

setDatabaseFormat

public void setDatabaseFormat(String databaseFormat)

setFormat

public void setFormat(String format)

setMethod

public void setMethod(Method method)

setMethods

public void setMethods(List<Method> methods)

setName

public void setName(String name)

setReplace

public void setReplace(String[] replace)

setType

public void setType(int type)

isHyperlink

public boolean isHyperlink()

setHyperlink

public void setHyperlink(boolean hyperlink)


Copyright © 2015. All Rights Reserved.