com.shephertz.app42.paas.sdk.jme.session
Class Session.Attribute

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.session.Session.Attribute
Enclosing class:
Session

public class Session.Attribute
extends java.lang.Object

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

name

public java.lang.String name

value

public java.lang.String value
Constructor Detail

Session.Attribute

public Session.Attribute()
This is a constructor that takes no parameter

Method Detail

getName

public java.lang.String getName()
Returns the name of the attribute.

Returns:
the name of the attribute.

getValue

public java.lang.String getValue()
Returns the value of the session.

Returns:
the value of the session.

setName

public void setName(java.lang.String name)
Sets the name for the attribute.

Parameters:
userName - - name of the attribute

setValue

public void setValue(java.lang.String value)
Sets the value for the session.

Parameters:
value - - value of the session