org.openanzo.server.repository.rdb.sql
Interface UserRdbWrapper.SelectUserResult

All Known Implementing Classes:
UserRdbWrapper.SelectUserResultImpl
Enclosing class:
UserRdbWrapper

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

getUserId

java.lang.String getUserId()
                           throws AnzoException
Get the "UserId" result value

Returns:
the "UserId" result value
Throws:
AnzoException

setUserId

void setUserId(java.lang.String userId)
               throws AnzoException
Set the "UserId" result value

Parameters:
userId - the "UserId" result value
Throws:
AnzoException

getPasswordHash

java.lang.String getPasswordHash()
                                 throws AnzoException
Get the "PasswordHash" result value

Returns:
the "PasswordHash" result value
Throws:
AnzoException

setPasswordHash

void setPasswordHash(java.lang.String passwordHash)
                     throws AnzoException
Set the "PasswordHash" result value

Parameters:
passwordHash - the "PasswordHash" result value
Throws:
AnzoException

getDefaultRoleId

long getDefaultRoleId()
                      throws AnzoException
Get the "DefaultRoleId" result value

Returns:
the "DefaultRoleId" result value
Throws:
AnzoException

setDefaultRoleId

void setDefaultRoleId(long defaultRoleId)
                      throws AnzoException
Set the "DefaultRoleId" result value

Parameters:
defaultRoleId - the "DefaultRoleId" result value
Throws:
AnzoException

getDefaultAclId

long getDefaultAclId()
                     throws AnzoException
Get the "DefaultAclId" result value

Returns:
the "DefaultAclId" result value
Throws:
AnzoException

setDefaultAclId

void setDefaultAclId(long defaultAclId)
                     throws AnzoException
Set the "DefaultAclId" result value

Parameters:
defaultAclId - the "DefaultAclId" result value
Throws:
AnzoException

getHend

java.lang.Long getHend()
                       throws AnzoException
Get the "Hend" result value

Returns:
the "Hend" result value
Throws:
AnzoException

setHend

void setHend(java.lang.Long hend)
             throws AnzoException
Set the "Hend" result value

Parameters:
hend - the "Hend" result value
Throws:
AnzoException


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