org.openanzo.server.repository.rdb.sql
Interface RoleRdbWrapper.InsertRoleParams

All Known Implementing Classes:
RoleRdbWrapper.InsertRoleParamsImpl
Enclosing class:
RoleRdbWrapper

public static interface RoleRdbWrapper.InsertRoleParams

Interface for managing the parameters to the insertRole prepared statement.


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
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

Returns:
the Id to use within prepared statement
Throws:
AnzoException

getModified

java.lang.Long getModified()
                           throws AnzoException
Get the "Modified" parameter to use within prepared statement

Returns:
the Modified to use within prepared statement
Throws:
AnzoException


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