pl.edu.pjwstk.yaod.store.defaultstore.transientstore
Class TransientRecordID

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientRecordID
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TransientAtomID

public class TransientRecordID
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TransientRecordID(AbstractBlockID blockID, short slot)
           
 
Method Summary
 AbstractBlockID getBlockID()
           
 short getSlotID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientRecordID

public TransientRecordID(AbstractBlockID blockID,
                         short slot)
Method Detail

getBlockID

public AbstractBlockID getBlockID()

getSlotID

public short getSlotID()