类 AnalysisCell

java.lang.Object
com.sh.wf.excel.write.metadata.fill.AnalysisCell

public class AnalysisCell extends Object
Read the cells of the template while populating the data.
  • 构造器详细资料

    • AnalysisCell

      public AnalysisCell()
  • 方法详细资料

    • getColumnIndex

      public int getColumnIndex()
    • setColumnIndex

      public void setColumnIndex(int columnIndex)
    • getRowIndex

      public int getRowIndex()
    • setRowIndex

      public void setRowIndex(int rowIndex)
    • getVariableList

      public List<String> getVariableList()
    • setVariableList

      public void setVariableList(List<String> variableList)
    • getPrepareDataList

      public List<String> getPrepareDataList()
    • setPrepareDataList

      public void setPrepareDataList(List<String> prepareDataList)
    • getOnlyOneVariable

      public Boolean getOnlyOneVariable()
    • setOnlyOneVariable

      public void setOnlyOneVariable(Boolean onlyOneVariable)
    • getCellType

      public WriteTemplateAnalysisCellTypeEnum getCellType()
    • setCellType

      public void setCellType(WriteTemplateAnalysisCellTypeEnum cellType)
    • getFirstColumn

      public Boolean getFirstColumn()
    • setFirstColumn

      public void setFirstColumn(Boolean firstColumn)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object