|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface UserRdbWrapper.SelectUserResult
Interface for holding the results of the selectUser prepared statement.
| Method Summary | |
|---|---|
long |
getDefaultAclId()
Get the "DefaultAclId" result value |
long |
getDefaultRoleId()
Get the "DefaultRoleId" result value |
java.lang.Long |
getHend()
Get the "Hend" result value |
java.lang.String |
getPasswordHash()
Get the "PasswordHash" result value |
java.lang.String |
getUserId()
Get the "UserId" result value |
void |
setDefaultAclId(long defaultAclId)
Set the "DefaultAclId" result value |
void |
setDefaultRoleId(long defaultRoleId)
Set the "DefaultRoleId" result value |
void |
setHend(java.lang.Long hend)
Set the "Hend" result value |
void |
setPasswordHash(java.lang.String passwordHash)
Set the "PasswordHash" result value |
void |
setUserId(java.lang.String userId)
Set the "UserId" result value |
| Method Detail |
|---|
java.lang.String getUserId()
throws AnzoException
AnzoException
void setUserId(java.lang.String userId)
throws AnzoException
userId - the "UserId" result value
AnzoException
java.lang.String getPasswordHash()
throws AnzoException
AnzoException
void setPasswordHash(java.lang.String passwordHash)
throws AnzoException
passwordHash - the "PasswordHash" result value
AnzoException
long getDefaultRoleId()
throws AnzoException
AnzoException
void setDefaultRoleId(long defaultRoleId)
throws AnzoException
defaultRoleId - the "DefaultRoleId" result value
AnzoException
long getDefaultAclId()
throws AnzoException
AnzoException
void setDefaultAclId(long defaultAclId)
throws AnzoException
defaultAclId - the "DefaultAclId" result value
AnzoException
java.lang.Long getHend()
throws AnzoException
AnzoException
void setHend(java.lang.Long hend)
throws AnzoException
hend - the "Hend" result value
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||