org.openanzo.server.repository.rdb.sql
Class UserRdbWrapper.SelectUserResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.UserRdbWrapper.SelectUserResultImpl
All Implemented Interfaces:
UserRdbWrapper.SelectUserResult
Enclosing class:
UserRdbWrapper

public static class UserRdbWrapper.SelectUserResultImpl
extends java.lang.Object
implements UserRdbWrapper.SelectUserResult

Default implementation of SelectUserResult


Field Summary
 long defaultAclId
          Value for the "defaultAclId" result value
 long defaultRoleId
          Value for the "defaultRoleId" result value
 java.lang.Long hend
          Value for the "hend" result value
 java.lang.String passwordHash
          Value for the "passwordHash" result value
 java.lang.String userId
          Value for the "userId" result value
 
Constructor Summary
UserRdbWrapper.SelectUserResultImpl()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

public java.lang.String userId
Value for the "userId" result value


passwordHash

public java.lang.String passwordHash
Value for the "passwordHash" result value


defaultRoleId

public long defaultRoleId
Value for the "defaultRoleId" result value


defaultAclId

public long defaultAclId
Value for the "defaultAclId" result value


hend

public java.lang.Long hend
Value for the "hend" result value

Constructor Detail

UserRdbWrapper.SelectUserResultImpl

public UserRdbWrapper.SelectUserResultImpl()
Method Detail

getUserId

public java.lang.String getUserId()
Description copied from interface: UserRdbWrapper.SelectUserResult
Get the "UserId" result value

Specified by:
getUserId in interface UserRdbWrapper.SelectUserResult
Returns:
the "UserId" result value

setUserId

public void setUserId(java.lang.String userId)
Description copied from interface: UserRdbWrapper.SelectUserResult
Set the "UserId" result value

Specified by:
setUserId in interface UserRdbWrapper.SelectUserResult
Parameters:
userId - the "UserId" result value

getPasswordHash

public java.lang.String getPasswordHash()
Description copied from interface: UserRdbWrapper.SelectUserResult
Get the "PasswordHash" result value

Specified by:
getPasswordHash in interface UserRdbWrapper.SelectUserResult
Returns:
the "PasswordHash" result value

setPasswordHash

public void setPasswordHash(java.lang.String passwordHash)
Description copied from interface: UserRdbWrapper.SelectUserResult
Set the "PasswordHash" result value

Specified by:
setPasswordHash in interface UserRdbWrapper.SelectUserResult
Parameters:
passwordHash - the "PasswordHash" result value

getDefaultRoleId

public long getDefaultRoleId()
Description copied from interface: UserRdbWrapper.SelectUserResult
Get the "DefaultRoleId" result value

Specified by:
getDefaultRoleId in interface UserRdbWrapper.SelectUserResult
Returns:
the "DefaultRoleId" result value

setDefaultRoleId

public void setDefaultRoleId(long defaultRoleId)
Description copied from interface: UserRdbWrapper.SelectUserResult
Set the "DefaultRoleId" result value

Specified by:
setDefaultRoleId in interface UserRdbWrapper.SelectUserResult
Parameters:
defaultRoleId - the "DefaultRoleId" result value

getDefaultAclId

public long getDefaultAclId()
Description copied from interface: UserRdbWrapper.SelectUserResult
Get the "DefaultAclId" result value

Specified by:
getDefaultAclId in interface UserRdbWrapper.SelectUserResult
Returns:
the "DefaultAclId" result value

setDefaultAclId

public void setDefaultAclId(long defaultAclId)
Description copied from interface: UserRdbWrapper.SelectUserResult
Set the "DefaultAclId" result value

Specified by:
setDefaultAclId in interface UserRdbWrapper.SelectUserResult
Parameters:
defaultAclId - the "DefaultAclId" result value

getHend

public java.lang.Long getHend()
Description copied from interface: UserRdbWrapper.SelectUserResult
Get the "Hend" result value

Specified by:
getHend in interface UserRdbWrapper.SelectUserResult
Returns:
the "Hend" result value

setHend

public void setHend(java.lang.Long hend)
Description copied from interface: UserRdbWrapper.SelectUserResult
Set the "Hend" result value

Specified by:
setHend in interface UserRdbWrapper.SelectUserResult
Parameters:
hend - the "Hend" result value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.