org.openanzo.server.repository.rdb.sql
Class UsersRolesRdbWrapper.SelectUserInRoleParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.UsersRolesRdbWrapper.SelectUserInRoleParamsImpl
All Implemented Interfaces:
UsersRolesRdbWrapper.SelectUserInRoleParams
Enclosing class:
UsersRolesRdbWrapper

public static class UsersRolesRdbWrapper.SelectUserInRoleParamsImpl
extends java.lang.Object
implements UsersRolesRdbWrapper.SelectUserInRoleParams

Default implementation of SelectUserInRoleParams


Constructor Summary
UsersRolesRdbWrapper.SelectUserInRoleParamsImpl()
           
 
Method Summary
 long getRoleid()
          Get the "Roleid" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsersRolesRdbWrapper.SelectUserInRoleParamsImpl

public UsersRolesRdbWrapper.SelectUserInRoleParamsImpl()
Method Detail

getUserId

public long getUserId()
Description copied from interface: UsersRolesRdbWrapper.SelectUserInRoleParams
Get the "UserId" parameter to use within prepared statement

Specified by:
getUserId in interface UsersRolesRdbWrapper.SelectUserInRoleParams
Returns:
the UserId to use within prepared statement

getRoleid

public long getRoleid()
Description copied from interface: UsersRolesRdbWrapper.SelectUserInRoleParams
Get the "Roleid" parameter to use within prepared statement

Specified by:
getRoleid in interface UsersRolesRdbWrapper.SelectUserInRoleParams
Returns:
the Roleid to use within prepared statement


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