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

java.lang.Object
  继承者 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams

public class ExcelCollectionParams
extends Object

Excel 对于的 Collection

版本:
1.0
作者:
JueYue

构造方法摘要
ExcelCollectionParams()
           
 
方法摘要
 String getExcelName()
           
 Map<String,ExcelImportEntity> getExcelParams()
           
 String getName()
           
 Class<?> getType()
           
 void setExcelName(String excelName)
           
 void setExcelParams(Map<String,ExcelImportEntity> excelParams)
           
 void setName(String name)
           
 void setType(Class<?> type)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExcelCollectionParams

public ExcelCollectionParams()
方法详细信息

getExcelParams

public Map<String,ExcelImportEntity> getExcelParams()

getName

public String getName()

getType

public Class<?> getType()

setExcelParams

public void setExcelParams(Map<String,ExcelImportEntity> excelParams)

setName

public void setName(String name)

setType

public void setType(Class<?> type)

getExcelName

public String getExcelName()

setExcelName

public void setExcelName(String excelName)


Copyright © 2015. All Rights Reserved.