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

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

public static class RoleRdbWrapper.InsertSubRoleOfParamsImpl
extends java.lang.Object
implements RoleRdbWrapper.InsertSubRoleOfParams

Default implementation of InsertSubRoleOfParams


Constructor Summary
RoleRdbWrapper.InsertSubRoleOfParamsImpl()
           
 
Method Summary
 java.lang.Long getModified()
          Get the "Modified" 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.InsertSubRoleOfParamsImpl

public RoleRdbWrapper.InsertSubRoleOfParamsImpl()
Method Detail

getRoleId

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

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

getParentRoleId

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

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

getModified

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

Specified by:
getModified in interface RoleRdbWrapper.InsertSubRoleOfParams
Returns:
the Modified to use within prepared statement


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