Class ExcelReportModel.Cell

java.lang.Object
ch.tocco.nice2.reporting.impl.excel.model.ExcelReportModel.Cell
Enclosing class:
ExcelReportModel

public static class ExcelReportModel.Cell extends Object
  • Constructor Details

    • Cell

      public Cell()
  • Method Details

    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getAttributes

      public Map<String,String> getAttributes()
    • setAttributes

      public void setAttributes(Map<String,String> attributes)