org.aspsimon.termcomp.session
Class RetrieverAction

java.lang.Object
  extended by org.aspsimon.termcomp.session.RetrieverAction
All Implemented Interfaces:
Retriever

@Name(value="retriever")
@Scope(value=EVENT)
public class RetrieverAction
extends java.lang.Object
implements Retriever


Constructor Summary
RetrieverAction()
           
 
Method Summary
 java.lang.String getEmail()
           
 java.lang.String getNewPass()
           
 java.lang.String getUserName()
           
 void initialize()
           
 void remove()
           
 java.lang.String retrieveInfo()
           
 void setEmail(java.lang.String email)
           
 void setNewPass(java.lang.String newPass)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieverAction

public RetrieverAction()
Method Detail

initialize

@Create
public void initialize()
Specified by:
initialize in interface Retriever

remove

public void remove()
Specified by:
remove in interface Retriever

retrieveInfo

public java.lang.String retrieveInfo()
Specified by:
retrieveInfo in interface Retriever

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface Retriever
Returns:
the userName

getEmail

public java.lang.String getEmail()
Specified by:
getEmail in interface Retriever
Returns:
the email

getNewPass

public java.lang.String getNewPass()
Specified by:
getNewPass in interface Retriever
Returns:
the npw

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface Retriever
Parameters:
userName - the userName to set

setEmail

public void setEmail(java.lang.String email)
Specified by:
setEmail in interface Retriever
Parameters:
email - the email to set

setNewPass

public void setNewPass(java.lang.String newPass)
Specified by:
setNewPass in interface Retriever
Parameters:
newPass - the newPasword to set