org.openanzo.server.repository.rdb.sql
Class RoleRdbWrapper.DeleteRoleParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.RoleRdbWrapper.DeleteRoleParamsImpl
All Implemented Interfaces:
RoleRdbWrapper.DeleteRoleParams
Enclosing class:
RoleRdbWrapper

public static class RoleRdbWrapper.DeleteRoleParamsImpl
extends java.lang.Object
implements RoleRdbWrapper.DeleteRoleParams

Default implementation of DeleteRoleParams


Constructor Summary
RoleRdbWrapper.DeleteRoleParamsImpl()
           
 
Method Summary
 java.lang.Long getHend()
          Get the "Hend" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleRdbWrapper.DeleteRoleParamsImpl

public RoleRdbWrapper.DeleteRoleParamsImpl()
Method Detail

getHend

public java.lang.Long getHend()
Description copied from interface: RoleRdbWrapper.DeleteRoleParams
Get the "Hend" parameter to use within prepared statement

Specified by:
getHend in interface RoleRdbWrapper.DeleteRoleParams
Returns:
the Hend to use within prepared statement

getId

public long getId()
Description copied from interface: RoleRdbWrapper.DeleteRoleParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface RoleRdbWrapper.DeleteRoleParams
Returns:
the Id to use within prepared statement


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