net.jot.web
Class JOTDataHolder

java.lang.Object
  extended by net.jot.web.JOTDataHolder

public class JOTDataHolder
extends java.lang.Object

JOT user data will be stored in this object The getter and setters are in JOTDataHolderHelper too minimize this object footprint in memory.

Author:
thibautc

Field Summary
static java.lang.String SESSION_ID
           
 
Constructor Summary
JOTDataHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_ID

public static final java.lang.String SESSION_ID
See Also:
Constant Field Values
Constructor Detail

JOTDataHolder

public JOTDataHolder()