Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


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 java.lang.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_FILE_BROWSER, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX

 

Constructor Summary
ConfirmationObject(java.lang.String message, boolean ok)
          constructor

 

Method Summary
 java.lang.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(java.lang.String message,
                          boolean ok)
constructor

Method Detail

getType

public int getType()
returns the type
Specified by:
getType in interface UIObject

getMessage

public java.lang.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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


Copyright © 2008, 2012, Oracle. All rights reserved.