com.tintin.devcloud.web.util.RegisterModel Class Reference
Inherits java::io::Serializable.
List of all members.
Constructor & Destructor Documentation
| com.tintin.devcloud.web.util.RegisterModel.RegisterModel |
( |
|
) |
|
| com.tintin.devcloud.web.util.RegisterModel.RegisterModel |
( |
String |
firstName, |
|
|
String |
lastName, |
|
|
String |
email, |
|
|
String |
password | |
|
) |
| | |
Member Function Documentation
| String com.tintin.devcloud.web.util.RegisterModel.getEmail |
( |
|
) |
|
| String com.tintin.devcloud.web.util.RegisterModel.getFirstName |
( |
|
) |
|
| String com.tintin.devcloud.web.util.RegisterModel.getLastName |
( |
|
) |
|
| String com.tintin.devcloud.web.util.RegisterModel.getPassword |
( |
|
) |
|
| void com.tintin.devcloud.web.util.RegisterModel.setEmail |
( |
String |
email |
) |
|
| void com.tintin.devcloud.web.util.RegisterModel.setFirstName |
( |
String |
firstName |
) |
|
| void com.tintin.devcloud.web.util.RegisterModel.setLastName |
( |
String |
lastName |
) |
|
| void com.tintin.devcloud.web.util.RegisterModel.setPassword |
( |
String |
password |
) |
|
The documentation for this class was generated from the following file: