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 SummaryFieldsModifier and TypeFieldDescriptionprivate StringAny comment text added to the User.private StringThe User's department.private StringSome descriptive text about the User.private StringThe User's gender.private StringThe User's messenger name.private StringA base64 encoded image file.private StringThe User's office.private StringThe User's phone number.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
imageA base64 encoded image file.
- 
descriptionSome descriptive text about the User.
- 
commentAny comment text added to the User.
- 
phoneNoThe User's phone number.
- 
imThe User's messenger name.
- 
officeThe User's office.
- 
departmentThe User's department.
- 
genderThe User's gender.
 
- 
- 
Constructor Details- 
UserDetailsVOpublic UserDetailsVO()
 
- 
- 
Method Details