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
| 从类 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.