edu.internet2.middleware.grouper.grouperUi.beans.attributeUpdate
Class AttributeUpdateSessionContainer

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.attributeUpdate.AttributeUpdateSessionContainer
All Implemented Interfaces:
Serializable

public class AttributeUpdateSessionContainer
extends Object
implements Serializable

bean for simple membership update. holds all state for this module

See Also:
Serialized Form

Constructor Summary
AttributeUpdateSessionContainer()
           
 
Method Summary
 AttributeUpdateText getText()
          text bean
static AttributeUpdateSessionContainer retrieveFromSession()
          retrieveFromSession, cannot be null
 void storeToSession()
          store to session scope
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeUpdateSessionContainer

public AttributeUpdateSessionContainer()
Method Detail

storeToSession

public void storeToSession()
store to session scope


retrieveFromSession

public static AttributeUpdateSessionContainer retrieveFromSession()
retrieveFromSession, cannot be null

Returns:
the app state in request scope

getText

public AttributeUpdateText getText()
text bean

Returns:
text bean