Business Components

oracle.jbo.common
Class PiggybackNavigEntry

java.lang.Object
  |
  +--oracle.jbo.common.PiggybackNavigEntry

public final class PiggybackNavigEntry
extends java.lang.Object
implements PiggybackEntry

This class is a helper class for Client Service to do piggybacking.

Version:
SDK
See Also:
Serialized Form

Constructor Summary
PiggybackNavigEntry()
           
PiggybackNavigEntry(int id, int rowIndex, int currentRowSlot)
           
 
Method Summary
 int getCurrentRowSlot()
           
 int getId()
           
 int getRowIndex()
           
 int getSourceId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PiggybackNavigEntry

public PiggybackNavigEntry()

PiggybackNavigEntry

public PiggybackNavigEntry(int id,
                           int rowIndex,
                           int currentRowSlot)
Method Detail

getId

public int getId()
Specified by:
getId in interface PiggybackEntry

getSourceId

public int getSourceId()

getRowIndex

public int getRowIndex()

getCurrentRowSlot

public int getCurrentRowSlot()

Business Components