com.bea.alsb.presentation
Class SimpleCell

java.lang.Object
  extended by com.bea.alsb.presentation.SimpleCell
All Implemented Interfaces:
ISimpleCell

public class SimpleCell
extends Object
implements ISimpleCell

Simple Cell


Nested Class Summary
static class SimpleCell.SimpleCellType
          The types of content in a cell
 
Constructor Summary
SimpleCell(String value)
          Constructor (for STRING)
SimpleCell(UIObject uiObject)
          Constructor (for UIOBBECT)
 
Method Summary
 String getString()
          returns the STRING value
 SimpleCell.SimpleCellType getType()
          returns the type of value
 UIObject getUIObject()
          returns the UIOBJECT value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCell

public SimpleCell(String value)
Constructor (for STRING)


SimpleCell

public SimpleCell(UIObject uiObject)
Constructor (for UIOBBECT)

Method Detail

getType

public SimpleCell.SimpleCellType getType()
returns the type of value

Specified by:
getType in interface ISimpleCell

getString

public String getString()
returns the STRING value

Specified by:
getString in interface ISimpleCell

getUIObject

public UIObject getUIObject()
returns the UIOBJECT value

Specified by:
getUIObject in interface ISimpleCell