| |
|
| java.lang.Object olstore.controller.UserForm
UserForm | public class UserForm (Code) | | A wrapper for user information user creation and editing.
|
UserForm | public UserForm(UserValue user, AddressValue address)(Code) | | Create a new user form helper object with the given information.
Parameters: user - the user information for this form. Parameters: address - the address information for this form. |
getAddress | public AddressValue getAddress()(Code) | | Returns the address information for this form.
the address information for this form. |
getPasswordConfirm | public String getPasswordConfirm()(Code) | | Returns the confirmation password for this user.
the confirmation password for this user. |
getUser | public UserValue getUser()(Code) | | Returns the user information for this form.
the user information for this form. |
setAddress | public void setAddress(AddressValue address)(Code) | | Sets this form's address to the given address.
Parameters: address - the address information to use for this form. |
setPasswordConfirm | public void setPasswordConfirm(String pass)(Code) | | Sets the confirmation password to the given value.
Parameters: pass - the new confirmation password. |
setUser | public void setUser(UserValue user)(Code) | | Sets the user information for this form to the given value.
Parameters: user - the user information to use for this form. |
|
|
|