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

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

public static class RoleRdbWrapper.InsertRoleParamsImpl
extends java.lang.Object
implements RoleRdbWrapper.InsertRoleParams

Default implementation of InsertRoleParams


Constructor Summary
RoleRdbWrapper.InsertRoleParamsImpl()
           
 
Method Summary
 long getId()
          Get the "Id" parameter to use within prepared statement
 java.lang.Long getModified()
          Get the "Modified" 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.InsertRoleParamsImpl

public RoleRdbWrapper.InsertRoleParamsImpl()
Method Detail

getId

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

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

getModified

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

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


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