类 BaseExcelModel
java.lang.Object
com.diboot.file.excel.BaseExcelModel
- 所有已实现的接口:
Serializable
excel数据导入导出实体基类
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddComment(String propertyName, String message) 添加批注voidaddInvalidValue(String propertyName, String value) 添加无效值voidaddValidateError(String validateError) 已过时。int已过时。voidsetRowIndex(int rowIndex)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
rowIndex
private int rowIndex -
validateError
已过时。验证错误 -
comment
批注 -
field2InvalidValueMap
无效值
-
-
构造器详细资料
-
BaseExcelModel
public BaseExcelModel()
-
-
方法详细资料
-
getRowIndex
public int getRowIndex() -
getValidateError
已过时。 -
getComment
-
getField2InvalidValueMap
-
setRowIndex
public void setRowIndex(int rowIndex) -
addValidateError
已过时。绑定错误- 参数:
validateError-
-
addComment
添加批注- 参数:
propertyName- 属性message- 信息
-
addInvalidValue
添加无效值- 参数:
propertyName- 属性value- 值
-