Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.6.0)

E10758-07

oracle.jbo.jbotester.properties
Class PropertyBean

java.lang.Object
  extended by oracle.jbo.jbotester.properties.PropertyBean
Direct Known Subclasses:
ApplicationModuleBean, StructureBean, ViewLinkBean, ViewObjectBean

public abstract class PropertyBean
extends java.lang.Object

Base class for the various property beans

Since:
release specific (what release of product did this appear in)
Version:
$Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/jbotester/properties/PropertyBean.java /main/3 2009/02/12 19:41:23 rvangri Exp $

Field Summary
protected  java.lang.Class thisClass
           
 
Constructor Summary
PropertyBean(oracle.jbo.ComponentObject componentObject)
           
 
Method Summary
protected  void addProperties(java.util.ArrayList properties, java.util.Hashtable props)
           
 java.beans.BeanInfo getBeanInfo()
           
protected abstract  void getBeanInfo(java.util.ArrayList properties)
           
 java.lang.String getDebugOutput()
           
 int getDebugThreshold()
           
 java.lang.String getDefFullName()
          Retrieve the fully qualified name of the definition.
 java.lang.String getDefName()
          Retrieve the definition name.
 java.lang.String getFullName()
          Retrieve the fully qualified name of the particular instance of an object.
 java.lang.String getName()
          Retrieve the name of the particular instance of an object (instance name).
 java.lang.Object getProperty()
           
 java.lang.String getShowFunction()
           
 void setDebugOutput(java.lang.String output)
           
 void setDebugThreshold(int threshold)
           
 void setProperty(java.lang.Object name)
           
 void setShowFunction(java.lang.String show)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thisClass

protected final java.lang.Class thisClass
Constructor Detail

PropertyBean

public PropertyBean(oracle.jbo.ComponentObject componentObject)
Method Detail

getDefName

public final java.lang.String getDefName()
Retrieve the definition name.

Returns:
name of the class

getDefFullName

public final java.lang.String getDefFullName()
Retrieve the fully qualified name of the definition.

Returns:
name of the definition

getName

public final java.lang.String getName()
Retrieve the name of the particular instance of an object (instance name).

Returns:
name of the object

getFullName

public final java.lang.String getFullName()
Retrieve the fully qualified name of the particular instance of an object.

Returns:
name of the object

getProperty

public final java.lang.Object getProperty()

setProperty

public final void setProperty(java.lang.Object name)

getDebugOutput

public final java.lang.String getDebugOutput()

setDebugOutput

public final void setDebugOutput(java.lang.String output)

getDebugThreshold

public final int getDebugThreshold()

setDebugThreshold

public final void setDebugThreshold(int threshold)

getShowFunction

public final java.lang.String getShowFunction()

setShowFunction

public final void setShowFunction(java.lang.String show)

getBeanInfo

protected abstract void getBeanInfo(java.util.ArrayList properties)
                             throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

getBeanInfo

public final java.beans.BeanInfo getBeanInfo()

addProperties

protected void addProperties(java.util.ArrayList properties,
                             java.util.Hashtable props)
                      throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.6.0)

E10758-07

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