com.tek42.perforce.model
Class User

java.lang.Object
  extended by com.tek42.perforce.model.User
All Implemented Interfaces:
Serializable

public class User
extends Object
implements Serializable

Represents a user in perforce.

Author:
Mike Wille
See Also:
Serialized Form

Constructor Summary
User()
           
 
Method Summary
 String getEmail()
           
 String getFullName()
           
 String getJobView()
           
 String getPassword()
           
 String getReviews()
           
 String getUsername()
           
 void setEmail(String email)
           
 void setFullName(String fullName)
           
 void setJobView(String jobView)
           
 void setPassword(String password)
           
 void setReviews(String reviews)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getUsername

public String getUsername()
Returns:
the username

setUsername

public void setUsername(String username)
Parameters:
username - the username to set

getEmail

public String getEmail()
Returns:
the email

setEmail

public void setEmail(String email)
Parameters:
email - the email to set

getFullName

public String getFullName()
Returns:
the fullName

setFullName

public void setFullName(String fullName)
Parameters:
fullName - the fullName to set

getPassword

public String getPassword()
Returns:
the password

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

getJobView

public String getJobView()
Returns:
the jobView

setJobView

public void setJobView(String jobView)
Parameters:
jobView - the jobView to set

getReviews

public String getReviews()
Returns:
the reviews

setReviews

public void setReviews(String reviews)
Parameters:
reviews - the reviews to set


Copyright © 2004-2012 Hudson. All Rights Reserved.