userManager
Interface UserInterface

All Known Implementing Classes:
User

public interface UserInterface


Method Summary
 String getFirstName()
          This method will return the first name of this User object
 int getId()
          This method will return the user id of the object
 String getLastName()
          This method will return the last name of this User object
 String getUserName()
          This method will return the username of this User object
 

Method Detail

getUserName

String getUserName()
This method will return the username of this User object

Returns:
String username

getFirstName

String getFirstName()
This method will return the first name of this User object

Returns:
String First Name

getLastName

String getLastName()
This method will return the last name of this User object

Returns:
String last name

getId

int getId()
This method will return the user id of the object

Returns:
int id of the user object