Business Components

oracle.jbo.common
Class PiggybackNavigEntry

java.lang.Object
  |
  +--oracle.jbo.common.PiggybackNavigEntry
All Implemented Interfaces:
PiggybackEntry, java.io.Serializable

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 absRowIndex, int rangeRowIndex, int currentRowSlot)
           
 
Method Summary
TypeMethod
 int getAbsRowIndex()
           
 int getCurrentRowSlot()
           
 int getId()
           
 int getRangeRowIndex()
           
 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 absRowIndex,
                           int rangeRowIndex,
                           int currentRowSlot)
Method Detail

getId

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

getSourceId

public int getSourceId()

getAbsRowIndex

public int getAbsRowIndex()

getRangeRowIndex

public int getRangeRowIndex()

getCurrentRowSlot

public int getCurrentRowSlot()

Business Components