| java.lang.Object org.apache.cocoon.samples.flow.prefs.User
User | public class User (Code) | | version: CVS $Id: User.java 433543 2006-08-22 06:22:54Z crossley $ |
getEmail | public String getEmail()(Code) | | Gets the value of email
the value of email |
getFirstName | public String getFirstName()(Code) | | Gets the value of firstName
the value of firstName |
getLastName | public String getLastName()(Code) | | Gets the value of lastName
the value of lastName |
getLogin | public String getLogin()(Code) | | Gets the value of login
the value of login |
getPassword | public String getPassword()(Code) | | Gets the value of password
the value of password |
hashCode | public int hashCode()(Code) | | |
setEmail | public void setEmail(String argEmail)(Code) | | Sets the value of email
Parameters: argEmail - Value to assign to this.email |
setFirstName | public void setFirstName(String argFirstName)(Code) | | Sets the value of firstName
Parameters: argFirstName - Value to assign to this.firstName |
setLastName | public void setLastName(String argLastName)(Code) | | Sets the value of lastName
Parameters: argLastName - Value to assign to this.lastName |
setLogin | public void setLogin(String argLogin)(Code) | | Sets the value of login
Parameters: argLogin - Value to assign to this.login |
setPassword | public void setPassword(String argPassword)(Code) | | Sets the value of password
Parameters: argPassword - Value to assign to this.password |
|
|