userManager.user.profileManager
Class Contact

java.lang.Object
  extended by userManager.user.profileManager.Contact

public class Contact
extends Object


Constructor Summary
Contact()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Method Detail

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