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)
           
 
Method Summary
 java.sql.Timestamp getActive()
           
 java.sql.Timestamp getAdded()
           
 java.sql.Timestamp getExpire()
           
 int getStoredrand()
           
 int getUserid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocoSessionRow

public LocoSessionRow(int storedrand,
                      int userid,
                      java.sql.Timestamp expire,
                      java.sql.Timestamp added,
                      java.sql.Timestamp active)
Method Detail

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()