com.tek42.perforce.model
Class User
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
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.