com.bea.wli.sb.transports.ui
Class TransportUIFactory.ConfirmationObject

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.ConfirmationObject
All Implemented Interfaces:
TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.ConfirmationObject
extends Object
implements TransportUIFactory.TransportUIObject

confirmation object


Constructor Summary
TransportUIFactory.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

TransportUIFactory.ConfirmationObject

public TransportUIFactory.ConfirmationObject(String message,
                                             boolean ok)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getMessage

public String getMessage()
returns the message


isConfirmed

public boolean isConfirmed()
returns the confirmed flag


setConfirmed

public void setConfirmed(boolean confirmed)
sets the confirmed flag