org.siebengeisslein.server
Class UserScopeVar

java.lang.Object
  extended by org.siebengeisslein.server.UserScopeVar

public class UserScopeVar
extends java.lang.Object


Constructor Summary
UserScopeVar()
           
UserScopeVar(CoreEntry localVar)
           
 
Method Summary
 long getValueFor(int userId)
           
 void setValue(int userId, long oid)
           
 CoreEntry toCoreEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserScopeVar

public UserScopeVar()

UserScopeVar

public UserScopeVar(CoreEntry localVar)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getValueFor

public long getValueFor(int userId)

toCoreEntry

public CoreEntry toCoreEntry()
                      throws java.io.IOException
Throws:
java.io.IOException

setValue

public void setValue(int userId,
                     long oid)