|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.boylesoftware.cb2.DataModel com.boylesoftware.cb2.commons.user.UserBasicDM
Data model for basic application user account information.
UserBLO
,
Serialized FormField Summary | |
java.lang.String |
loginName
The user's login name. |
java.lang.String |
password
The user's login password. |
UserRoleBasicDM[] |
roles
List of security roles this user is associated with. |
long |
userId
The user id. |
Constructor Summary | |
UserBasicDM()
|
Methods inherited from class com.boylesoftware.cb2.DataModel |
diff, equals, getField, hashCode, setField, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public long userId
public java.lang.String loginName
public java.lang.String password
public UserRoleBasicDM[] roles
null
but can be empty.
Constructor Detail |
public UserBasicDM()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |