org.locomotive.loco.store.session
Class LocoSessionRow
java.lang.Object
|
+--org.locomotive.loco.store.session.LocoSessionRow
- public class LocoSessionRow
- extends java.lang.Object
Constructor Summary |
LocoSessionRow(int storedrand,
int userid,
java.sql.Timestamp expire,
java.sql.Timestamp added,
java.sql.Timestamp active)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LocoSessionRow
public LocoSessionRow(int storedrand,
int userid,
java.sql.Timestamp expire,
java.sql.Timestamp added,
java.sql.Timestamp active)
getStoredrand
public int getStoredrand()
getUserid
public int getUserid()
getExpire
public java.sql.Timestamp getExpire()
getAdded
public java.sql.Timestamp getAdded()
getActive
public java.sql.Timestamp getActive()