com.jxml.qare.qhome
Class SessionPropertyString
java.lang.Object
|
+--com.jxml.quick.qmap.QKeyedBase
|
+--com.jxml.qare.qhome.SessionPropertyString
- All Implemented Interfaces:
- QKeyed
- public class SessionPropertyString
- extends QKeyedBase
This class provides the functionality for storing session data
value
public String value
SessionPropertyString
public SessionPropertyString()
SessionPropertyString
public SessionPropertyString(Map container,
Object key,
String value)
- It calls the super class method passing the container and the key.
- Parameters:
container
- Conatins the sessions data.key
- index by which values in the container can be referenced.value
- Value represented by key in properties(session).
getValue
public String getValue()
- Returns the value.
setValue
public void setValue(String value)
- Sets the value to the data specified by "value".
- Parameters:
value
- Value represented by key in properties(session).
toString
public String toString()
- Overrides:
toString
in class Object