com.bea.alsb.presentation
Interface IConfirmationObject

All Known Implementing Classes:
ConfirmationObject, TransportUIFactory.ConfirmationObject

public interface IConfirmationObject


Method Summary
 String getMessage()
          returns the message
 boolean isConfirmed()
          returns the confirmed flag
 void setConfirmed(boolean confirmed)
          sets the confirmed flag
 

Method Detail

getMessage

String getMessage()
returns the message


isConfirmed

boolean isConfirmed()
returns the confirmed flag


setConfirmed

void setConfirmed(boolean confirmed)
sets the confirmed flag