Package org.openwms.core.uaa.api
Class UserDetailsVO
java.lang.Object
org.openwms.core.uaa.api.UserDetailsVO
- All Implemented Interfaces:
Serializable
A UserDetailsVO encapsulates less relevant details of an User.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
Any comment text added to the User.private String
The User's department.private String
Some descriptive text about the User.private String
The User's gender.private String
The User's messenger name.private String
A base64 encoded image file.private String
The User's office.private String
The User's phone number. -
Constructor Summary
-
Method Summary
-
Field Details
-
image
A base64 encoded image file. -
description
Some descriptive text about the User. -
comment
Any comment text added to the User. -
phoneNo
The User's phone number. -
im
The User's messenger name. -
office
The User's office. -
department
The User's department. -
gender
The User's gender.
-
-
Constructor Details
-
UserDetailsVO
public UserDetailsVO()
-
-
Method Details