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

E10653-04

oracle.jbo.client.remote
Class ViewLinkImpl

java.lang.Object
  extended by oracle.jbo.common.PropertiesHelper
      extended by oracle.jbo.client.remote.ViewLinkImpl
All Implemented Interfaces:
java.io.Serializable, ComponentObject, Properties, ViewLink

public class ViewLinkImpl
extends PropertiesHelper
implements ViewLink

See Also:
Serialized Form

Field Summary
protected  ApplicationModuleImpl mAM
           
protected  java.lang.String mDefFullName
           
protected  java.lang.String mDefName
           
protected  ViewObject mDest
           
protected  java.lang.String mFullName
           
protected  int mId
           
protected  java.lang.String mName
           
protected  ViewObject mSrc
           
 
Fields inherited from class oracle.jbo.common.PropertiesHelper
mProperties
 
Fields inherited from interface oracle.jbo.ViewLink
IMAGE_LOC
 
Method Summary
protected  void clearClientSide()
           
 java.lang.String getDefFullName()
          Retrieves the fully-qualified name of the component's definition.
 java.lang.String getDefName()
          Retrieves the name of the component's definition.
 ViewObject getDestination()
          Gets the link's detail View Object.
 java.lang.String getFullName()
          Retrieves the fully-qualified name of this component.
 java.lang.String getImageLoc(boolean bOpen)
           
 java.lang.String getName()
          Retrieves the name of this component.
 java.util.Hashtable getProperties()
          Gets the table of properties.
protected  int getRemoteId()
           
 ViewObject getSource()
          Gets the link's master View Object.
 void remove()
          Deletes this component.
 
Methods inherited from class oracle.jbo.common.PropertiesHelper
closeObject, getProperty, getProperty, isReadOnly, refreshProperties, refreshProperty, setName, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jbo.Properties
getProperty, getProperty, refreshProperty
 

Field Detail

mAM

protected ApplicationModuleImpl mAM

mId

protected int mId

mName

protected java.lang.String mName

mFullName

protected java.lang.String mFullName

mDefName

protected java.lang.String mDefName

mDefFullName

protected java.lang.String mDefFullName

mSrc

protected ViewObject mSrc

mDest

protected ViewObject mDest
Method Detail

getName

public java.lang.String getName()
Description copied from interface: ComponentObject
Retrieves the name of this component.

Specified by:
getName in interface ComponentObject
Returns:
the name of the object.

getFullName

public java.lang.String getFullName()
Description copied from interface: ComponentObject
Retrieves the fully-qualified name of this component.

Specified by:
getFullName in interface ComponentObject
Returns:
the name of the object.

getImageLoc

public java.lang.String getImageLoc(boolean bOpen)
Overrides:
getImageLoc in class PropertiesHelper

getDefName

public java.lang.String getDefName()
Description copied from interface: ComponentObject
Retrieves the name of the component's definition.

Specified by:
getDefName in interface ComponentObject
Returns:
a class name.

getDefFullName

public java.lang.String getDefFullName()
Description copied from interface: ComponentObject
Retrieves the fully-qualified name of the component's definition.

Specified by:
getDefFullName in interface ComponentObject
Returns:
a class name.

remove

public void remove()
Description copied from interface: ComponentObject
Deletes this component.

Specified by:
remove in interface ComponentObject

getSource

public ViewObject getSource()
Description copied from interface: ViewLink
Gets the link's master View Object.

Specified by:
getSource in interface ViewLink
Returns:
the master ViewObject.

getDestination

public ViewObject getDestination()
Description copied from interface: ViewLink
Gets the link's detail View Object.

Specified by:
getDestination in interface ViewLink
Returns:
the master ViewObject.

getProperties

public java.util.Hashtable getProperties()
Description copied from interface: Properties
Gets the table of properties.

Specified by:
getProperties in interface Properties
Overrides:
getProperties in class PropertiesHelper
Returns:
a hashtable of properties.

getRemoteId

protected int getRemoteId()

clearClientSide

protected void clearClientSide()

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

E10653-04

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