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

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

public static class RoleRdbWrapper.DeleteSubRoleOfParamsImpl
extends java.lang.Object
implements RoleRdbWrapper.DeleteSubRoleOfParams

Default implementation of DeleteSubRoleOfParams


Constructor Summary
RoleRdbWrapper.DeleteSubRoleOfParamsImpl()
           
 
Method Summary
 java.lang.Long getHend()
          Get the "Hend" parameter to use within prepared statement
 long getParentRoleId()
          Get the "ParentRoleId" parameter to use within prepared statement
 long getRoleId()
          Get the "RoleId" 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.DeleteSubRoleOfParamsImpl

public RoleRdbWrapper.DeleteSubRoleOfParamsImpl()
Method Detail

getHend

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

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

getRoleId

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

Specified by:
getRoleId in interface RoleRdbWrapper.DeleteSubRoleOfParams
Returns:
the RoleId to use within prepared statement

getParentRoleId

public long getParentRoleId()
Description copied from interface: RoleRdbWrapper.DeleteSubRoleOfParams
Get the "ParentRoleId" parameter to use within prepared statement

Specified by:
getParentRoleId in interface RoleRdbWrapper.DeleteSubRoleOfParams
Returns:
the ParentRoleId to use within prepared statement


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