|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openwms.core.domain.system.usermanagement.UserDetails
public class UserDetails
Detailed information about an User
.
User
,
Serialized FormNested Class Summary | |
---|---|
static class |
UserDetails.SEX
The User s sex. |
Constructor Summary | |
---|---|
UserDetails()
Create a new UserDetails instance. |
Method Summary | |
---|---|
String |
getComment()
Return a comment text of the User . |
String |
getDepartment()
Return the current department of the User . |
String |
getDescription()
Return the description text of the User . |
byte[] |
getImage()
Return the image of the User . |
String |
getOffice()
Return the current office of the User . |
String |
getPhoneNo()
Return the User s current phone number. |
UserDetails.SEX |
getSex()
Return the User 's sex. |
String |
getSkypeName()
Return the IM account name of the User . |
void |
setComment(String comment)
Change the comment text of the User . |
void |
setDepartment(String department)
Change the current department of the User . |
void |
setDescription(String description)
Change the description text of the User . |
void |
setImage(byte[] image)
Change the image of the User . |
void |
setOffice(String office)
Change the current office of the User . |
void |
setPhoneNo(String phoneNo)
Change the phone number of the User . |
void |
setSex(UserDetails.SEX sex)
Change the User 's sex (only for compliance). |
void |
setSkypeName(String skypeName)
Change the current IM account name of the User . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserDetails()
UserDetails
instance.
Method Detail |
---|
public String getPhoneNo()
User
s current phone number.
public void setPhoneNo(String phoneNo)
User
.
phoneNo
- The new phone numberpublic String getDescription()
User
.
public void setDescription(String description)
User
.
description
- The new descriptionpublic String getComment()
User
.
public void setComment(String comment)
User
.
comment
- The new comment textpublic String getOffice()
User
.
public void setOffice(String office)
User
.
office
- The new officepublic String getSkypeName()
User
.
public void setSkypeName(String skypeName)
User
.
skypeName
- The new IM account namepublic String getDepartment()
User
.
public void setDepartment(String department)
User
.
department
- The new departmentpublic byte[] getImage()
User
.
getImage
in interface ImageProvider
public void setImage(byte[] image)
User
.
setImage
in interface ImageProvider
image
- The new image to setpublic UserDetails.SEX getSex()
User
's sex.
User
's sexpublic void setSex(UserDetails.SEX sex)
User
's sex (only for compliance).
sex
- The new sex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |