com.bea.alsb.presentation
Class ConfirmationObject

java.lang.Object
  extended by com.bea.alsb.presentation.ConfirmationObject
All Implemented Interfaces:
Constants, IConfirmationObject, UIObject
Direct Known Subclasses:
TransportUIFactory.ConfirmationObject

public class ConfirmationObject
extends Object
implements UIObject, Constants, IConfirmationObject

Confirmation Object


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.Constants
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX
 
Constructor Summary
ConfirmationObject(String message, boolean ok)
          constructor
 
Method Summary
 String getMessage()
          returns the message
 int getType()
          returns the type
 boolean isConfirmed()
          returns the confirmed flag
 void setConfirmed(boolean confirmed)
          sets the confirmed flag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfirmationObject

public ConfirmationObject(String message,
                          boolean ok)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface UIObject

getMessage

public String getMessage()
returns the message

Specified by:
getMessage in interface IConfirmationObject

isConfirmed

public boolean isConfirmed()
returns the confirmed flag

Specified by:
isConfirmed in interface IConfirmationObject

setConfirmed

public void setConfirmed(boolean confirmed)
sets the confirmed flag

Specified by:
setConfirmed in interface IConfirmationObject