Class DataStoreRecord.ExcelExportColumn

java.lang.Object
ch.tocco.nice2.optional.qualification.api.DataStoreRecord.ExcelExportColumn
Enclosing interface:
DataStoreRecord

public static class DataStoreRecord.ExcelExportColumn extends Object
  • Constructor Details

    • ExcelExportColumn

      public ExcelExportColumn(String name, String cellStyleName, String dataType, Object value, int width)
  • Method Details

    • getName

      public String getName()
    • getCellStyleName

      public String getCellStyleName()
    • getDataType

      public String getDataType()
    • getWidth

      public int getWidth()
    • getValue

      public Object getValue()