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

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

public static class UsersRolesRdbWrapper.InsertUsersRolesParamsImpl
extends java.lang.Object
implements UsersRolesRdbWrapper.InsertUsersRolesParams

Default implementation of InsertUsersRolesParams


Constructor Summary
UsersRolesRdbWrapper.InsertUsersRolesParamsImpl()
           
 
Method Summary
 int getIsExplicit()
          Get the "IsExplicit" parameter to use within prepared statement
 java.lang.Long getModified()
          Get the "Modified" parameter to use within prepared statement
 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.InsertUsersRolesParamsImpl

public UsersRolesRdbWrapper.InsertUsersRolesParamsImpl()
Method Detail

getUserId

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

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

getRoleId

public long getRoleId()
Description copied from interface: UsersRolesRdbWrapper.InsertUsersRolesParams
Get the "RoleId" parameter to use within prepared statement

Specified by:
getRoleId in interface UsersRolesRdbWrapper.InsertUsersRolesParams
Returns:
the RoleId to use within prepared statement

getIsExplicit

public int getIsExplicit()
Description copied from interface: UsersRolesRdbWrapper.InsertUsersRolesParams
Get the "IsExplicit" parameter to use within prepared statement

Specified by:
getIsExplicit in interface UsersRolesRdbWrapper.InsertUsersRolesParams
Returns:
the IsExplicit to use within prepared statement

getModified

public java.lang.Long getModified()
Description copied from interface: UsersRolesRdbWrapper.InsertUsersRolesParams
Get the "Modified" parameter to use within prepared statement

Specified by:
getModified in interface UsersRolesRdbWrapper.InsertUsersRolesParams
Returns:
the Modified to use within prepared statement


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