类 BaseExcelModel

java.lang.Object
com.diboot.file.excel.BaseExcelModel
所有已实现的接口:
Serializable

public class BaseExcelModel extends Object implements Serializable
excel数据导入导出实体基类
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • rowIndex

      private int rowIndex
    • validateError

      @Deprecated private String validateError
      已过时。
      验证错误
    • comment

      private Map<String,List<String>> comment
      批注
    • field2InvalidValueMap

      private Map<String,String> field2InvalidValueMap
      无效值
  • 构造器详细资料

    • BaseExcelModel

      public BaseExcelModel()
  • 方法详细资料

    • getRowIndex

      public int getRowIndex()
    • getValidateError

      @Deprecated public String getValidateError()
      已过时。
    • getComment

      public Map<String,List<String>> getComment()
    • getField2InvalidValueMap

      public Map<String,String> getField2InvalidValueMap()
    • setRowIndex

      public void setRowIndex(int rowIndex)
    • addValidateError

      @Deprecated public void addValidateError(String validateError)
      已过时。
      绑定错误
      参数:
      validateError -
    • addComment

      public void addComment(String propertyName, String message)
      添加批注
      参数:
      propertyName - 属性
      message - 信息
    • addInvalidValue

      public void addInvalidValue(String propertyName, String value)
      添加无效值
      参数:
      propertyName - 属性
      value - 值