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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PiggybackNavigEntry
public PiggybackNavigEntry()
PiggybackNavigEntry
public PiggybackNavigEntry(int id,
int absRowIndex,
int rangeRowIndex,
int currentRowSlot)
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()