|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.session.Session.Attribute
public class Session.Attribute
An inner class that contains the remaining properties of the Session.
Field Summary | |
---|---|
java.lang.String |
name
|
java.lang.String |
value
|
Constructor Summary | |
---|---|
Session.Attribute()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the attribute. |
java.lang.String |
getValue()
Returns the value of the session. |
void |
setName(java.lang.String name)
Sets the name for the attribute. |
void |
setValue(java.lang.String value)
Sets the value for the session. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String value
Constructor Detail |
---|
public Session.Attribute()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
userName
- - name of the attributepublic void setValue(java.lang.String value)
value
- - value of the session
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |