ch.e2e.excelgenerator
Class Row

java.lang.Object
  extended by ch.e2e.excelgenerator.Row

public class Row
extends java.lang.Object

Copyright © 2001-2012 E2E Technologies Ltd. All rights reserved.

Version:
$Revision$
Author:
pmuessig

Constructor Summary
Row()
           
 
Method Summary
 java.util.List<Cell> getCells()
           
 void setCells(java.util.List<Cell> cells)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row()
Method Detail

getCells

public java.util.List<Cell> getCells()

setCells

public void setCells(java.util.List<Cell> cells)


Copyright © 2012 E2E Technologies Ltd. All Rights Reserved.