Business Components

oracle.jbo.common
Class PiggybackObjRemovedEntry

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

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

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

Version:
SDK
See Also:
Serialized Form

Field Summary
 int mId
           
 
Constructor Summary
PiggybackObjRemovedEntry()
           
PiggybackObjRemovedEntry(int id)
           
 
Method Summary
 int getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mId

public int mId
Constructor Detail

PiggybackObjRemovedEntry

public PiggybackObjRemovedEntry()

PiggybackObjRemovedEntry

public PiggybackObjRemovedEntry(int id)
Method Detail

getId

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

Business Components