userManager.user.profileManager
Class Contact
java.lang.Object
userManager.user.profileManager.Contact
public class Contact
- extends Object
Method Summary |
void |
setFirstName(String fName)
This method will set the first name of this User object |
void |
setLastName(String lName)
This method will set the last name of this User object |
Contact
public Contact()
setFirstName
public void setFirstName(String fName)
- This method will set the first name of this User object
setLastName
public void setLastName(String lName)
- This method will set the last name of this User object