Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo
Interface ViewLink

All Superinterfaces:
ComponentObject, Properties
All Known Implementing Classes:
ViewLinkImpl, ViewLinkImpl, WSViewLinkImpl

public interface ViewLink
extends ComponentObject

Implemented by View Link classes.

Since:
JDeveloper 3.0

Method Summary
 ViewObject getDestination()
          Gets the link's detail View Object.
 ViewObject getSource()
          Gets the link's master View Object.

 

Methods inherited from interface oracle.jbo.ComponentObject
getDefFullName, getDefName, getFullName, getName, remove

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, refreshProperty

 

Method Detail

getSource

public ViewObject getSource()
Gets the link's master View Object.
Returns:
the master ViewObject.

getDestination

public ViewObject getDestination()
Gets the link's detail View Object.
Returns:
the master ViewObject.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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