Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.0.0)

E17487-01

oracle.jbo.jbotester.properties
Class ApplicationModuleBean

java.lang.Object
  extended by oracle.jbo.jbotester.properties.PropertyBean
      extended by oracle.jbo.jbotester.properties.ApplicationModuleBean

public class ApplicationModuleBean
extends PropertyBean


Field Summary
 
Fields inherited from class oracle.jbo.jbotester.properties.PropertyBean
thisClass
 
Constructor Summary
ApplicationModuleBean(oracle.jbo.ApplicationModule appModule)
           
 
Method Summary
protected  void getBeanInfo(java.util.ArrayList properties)
           
 java.lang.String getLocale()
           
 int getLockingMode()
           
 int getSyncMode()
           
 java.lang.String getVersion()
          Gets the version as major.minor.patch.bldNum
 boolean isDirty()
           
 void setLockingMode(int mode)
           
 void setSyncMode(int mode)
           
 
Methods inherited from class oracle.jbo.jbotester.properties.PropertyBean
addProperties, getBeanInfo, getDebugOutput, getDebugThreshold, getDefFullName, getDefName, getFullName, getName, getProperty, getShowFunction, setDebugOutput, setDebugThreshold, setProperty, setShowFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationModuleBean

public ApplicationModuleBean(oracle.jbo.ApplicationModule appModule)
Method Detail

getVersion

public java.lang.String getVersion()
Gets the version as major.minor.patch.bldNum

Returns:
The version.

setLockingMode

public void setLockingMode(int mode)

getLockingMode

public int getLockingMode()

setSyncMode

public void setSyncMode(int mode)

getSyncMode

public int getSyncMode()

isDirty

public boolean isDirty()

getLocale

public java.lang.String getLocale()

getBeanInfo

protected void getBeanInfo(java.util.ArrayList properties)
                    throws java.beans.IntrospectionException
Specified by:
getBeanInfo in class PropertyBean
Throws:
java.beans.IntrospectionException

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.0.0)

E17487-01

Copyright © 1997, 2011, Oracle. All rights reserved.