ch.e2e.excelgenerator
Class ExcelGenerator.Data

java.lang.Object
  extended by ch.e2e.excelgenerator.ExcelGenerator.Data
Enclosing class:
ExcelGenerator

public static class ExcelGenerator.Data
extends java.lang.Object


Constructor Summary
ExcelGenerator.Data(int nRows)
           
 
Method Summary
 void addRow(ExcelGenerator.Row row)
           
 java.util.List<ExcelGenerator.Row> getRows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelGenerator.Data

public ExcelGenerator.Data(int nRows)
Method Detail

getRows

public java.util.List<ExcelGenerator.Row> getRows()

addRow

public void addRow(ExcelGenerator.Row row)


Copyright © 2012 E2E Technologies Ltd. All Rights Reserved.