Business Components

oracle.jbo.common
Class PiggybackKeyEntry

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

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

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

Version:
SDK
See Also:
Serialized Form

Constructor Summary
PiggybackKeyEntry(Key key)
           
 
Method Summary
 int getId()
           
 Key getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PiggybackKeyEntry

public PiggybackKeyEntry(Key key)
Method Detail

getKey

public Key getKey()

getId

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

Business Components