com.tszadel.qctools4j.model.user
Class User

java.lang.Object
  extended by com.tszadel.qctools4j.model.user.User

public class User
extends Object

System users who can access this project.

Author:
tszadel

Constructor Summary
User()
           
 
Method Summary
 String getAddress()
          Get the field US_ADDRESS.
 String getFullname()
          Get the field US_FULLNAME.
 List<Group> getGroups()
          Returns groups.
 String getMailAddress()
          Get the field US_MAIL_ADDRESS.
 String getPhone()
          Get the field US_PHONE.
 String getUsername()
          Get the field US_USERNAME.
 void setAddress(String pAddress)
          Set the field US_ADDRESS.
 void setFullname(String pFullname)
          Set the field US_FULLNAME.
 void setGroups(List<Group> groups)
          Sets the groups.
 void setMailAddress(String pMailAddress)
          Set the field US_MAIL_ADDRESS.
 void setPhone(String pPhone)
          Set the field US_PHONE.
 void setUsername(String pUsername)
          Set the field US_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

getAddress

public String getAddress()
Get the field US_ADDRESS.
Description:The user's address.

Returns:
The field US_ADDRESS.

getFullname

public String getFullname()
Get the field US_FULLNAME.
Description:The user's name.

Returns:
The field US_FULLNAME.

getGroups

public List<Group> getGroups()
Returns groups.

Returns:
The groups.

getMailAddress

public String getMailAddress()
Get the field US_MAIL_ADDRESS.
Description:The user's email address.

Returns:
The field US_MAIL_ADDRESS.

getPhone

public String getPhone()
Get the field US_PHONE.
Description:The user's telephone number.

Returns:
The field US_PHONE.

getUsername

public String getUsername()
Get the field US_USERNAME.
Description:The user name.

Returns:
The field US_USERNAME.

setAddress

public void setAddress(String pAddress)
Set the field US_ADDRESS.
Description:The user's address.

Parameters:
pAddress - The value of the field US_ADDRESS.

setFullname

public void setFullname(String pFullname)
Set the field US_FULLNAME.
Description:The user's name.

Parameters:
pFullname - The value of the field US_FULLNAME.

setGroups

public void setGroups(List<Group> groups)
Sets the groups.

Parameters:
groups - The groups.

setMailAddress

public void setMailAddress(String pMailAddress)
Set the field US_MAIL_ADDRESS.
Description:The user's email address.

Parameters:
pMailAddress - The value of the field US_MAIL_ADDRESS.

setPhone

public void setPhone(String pPhone)
Set the field US_PHONE.
Description:The user's telephone number.

Parameters:
pPhone - The value of the field US_PHONE.

setUsername

public void setUsername(String pUsername)
Set the field US_USERNAME.
Description:The user name.

Parameters:
pUsername - The value of the field US_USERNAME.