com.ibm.websphere.samples.pbw.war
Class LoginInfo

java.lang.Object
  extended by com.ibm.websphere.samples.pbw.war.LoginInfo

public class LoginInfo
extends Object

A JSF backing bean used to store information for the login web page. It is accessed via the account bean.


Constructor Summary
LoginInfo()
           
 
Method Summary
 String getCheckPassword()
           
 String getEmail()
           
 String getMessage()
           
 String getPassword()
           
 void setCheckPassword(String checkPassword)
           
 void setEmail(String email)
           
 void setMessage(String message)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInfo

public LoginInfo()
Method Detail

getCheckPassword

public String getCheckPassword()

getEmail

public String getEmail()

getMessage

public String getMessage()

getPassword

public String getPassword()

setCheckPassword

public void setCheckPassword(String checkPassword)

setEmail

public void setEmail(String email)

setMessage

public void setMessage(String message)

setPassword

public void setPassword(String password)


Copyright © 2011. All Rights Reserved.