com.bea.alsb.presentation
Class SimpleRowObject

java.lang.Object
  extended by com.bea.alsb.presentation.SimpleRowObject
All Implemented Interfaces:
ISimpleRowObject

public class SimpleRowObject
extends Object
implements ISimpleRowObject

Simple Row Object


Constructor Summary
SimpleRowObject(SimpleCell[] cells)
          Constructor
 
Method Summary
 SimpleCell[] getCells()
          returns the cells in the row
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRowObject

public SimpleRowObject(SimpleCell[] cells)
Constructor

Method Detail

getCells

public SimpleCell[] getCells()
returns the cells in the row

Specified by:
getCells in interface ISimpleRowObject