Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class EntityAssociationReference

java.lang.Object
  extended by oracle.jbo.server.NamedObjectImpl
      extended by oracle.jbo.server.ComponentObjectImpl
          extended by oracle.jbo.server.EntityAssociationReference
All Implemented Interfaces:
Formattable, ComponentObject, Properties, VariableManagerOwner, VariableManagerOwnerBase

public class EntityAssociationReference
extends ComponentObjectImpl


Field Summary
static java.lang.Class CLASS_INSTANCE
           
protected  EntityAssociation mEntityAssoc
           
protected  EntityReference mEntityRef
           
protected  EntityReference mOtherEntityRef
           
 
Fields inherited from class oracle.jbo.server.NamedObjectImpl
mObjName, mParent, mProperties, mUserData, RES_ID_SUFFIX
 
Method Summary
 java.lang.String formatForOutput(OutputFormatter formatter)
           
 AssociationEnd getAssociationEnd()
           
 ComponentObjectImpl[] getComponentObjects()
           
 EntityAssociation getEntityAssociation()
           
 AssociationEnd getOtherAssociationEnd()
           
 void setEntityAssociation(EntityAssociation assoc)
           
 
Methods inherited from class oracle.jbo.server.ComponentObjectImpl
addListener, applyPersonalization, create, createRef, ensureVariableManager, getAllProperties, getApplicationModule, getCompListeners, getCompListenersList, getDefFullName, getDefName, getMessageBundleClass, getResourceBundleDef, getRootApplicationModule, getVariableManager, hasVariables, isDead, remove, resolvePropertyRaw
 
Methods inherited from class oracle.jbo.server.NamedObjectImpl
formatChildCollectionForOutput, formatChildCollectionForOutput, formatChildCollectionForOutput, formatForOutput, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getResourcesFromBundle, getUserData, parseAttrArrayElements, refreshProperty, requiresNamePrefixedResId, setFullName, setName, setParent, setPropertiesMap, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jbo.ComponentObject
getFullName, getName
 
Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty
 
Methods inherited from interface oracle.jbo.VariableManagerOwner
getName
 

Field Detail

mEntityAssoc

protected EntityAssociation mEntityAssoc

mEntityRef

protected EntityReference mEntityRef

mOtherEntityRef

protected EntityReference mOtherEntityRef

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Method Detail

getEntityAssociation

public EntityAssociation getEntityAssociation()
Returns:
The Association this references.

setEntityAssociation

public void setEntityAssociation(EntityAssociation assoc)
Parameters:
assoc - The Association this references.

getComponentObjects

public ComponentObjectImpl[] getComponentObjects()
Returns:
The NamedObjectImpls.

getAssociationEnd

public AssociationEnd getAssociationEnd()

getOtherAssociationEnd

public AssociationEnd getOtherAssociationEnd()

formatForOutput

public java.lang.String formatForOutput(OutputFormatter formatter)
Specified by:
formatForOutput in interface Formattable
Overrides:
formatForOutput in class NamedObjectImpl

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.