|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tszadel.qctools4j.model.user.User
public class User
System users who can access this project.
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 |
---|
public User()
Method Detail |
---|
public String getAddress()
public String getFullname()
public List<Group> getGroups()
public String getMailAddress()
public String getPhone()
public String getUsername()
public void setAddress(String pAddress)
pAddress
- The value of the field US_ADDRESS.public void setFullname(String pFullname)
pFullname
- The value of the field US_FULLNAME.public void setGroups(List<Group> groups)
groups
- The groups.public void setMailAddress(String pMailAddress)
pMailAddress
- The value of the field US_MAIL_ADDRESS.public void setPhone(String pPhone)
pPhone
- The value of the field US_PHONE.public void setUsername(String pUsername)
pUsername
- The value of the field US_USERNAME.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |