org.siebengeisslein.indexedlist
Class Sequence

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.indexedlist.Sequence
All Implemented Interfaces:
Instrumented

public class Sequence
extends Persistent


Constructor Summary
Sequence()
           
Sequence(int startValue)
           
 
Method Summary
 int getNext()
           
 void set(int value)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sequence

public Sequence()

Sequence

public Sequence(int startValue)
Method Detail

set

public void set(int value)

getNext

public int getNext()