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

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

public static interface RoleRdbWrapper.InsertSubRoleOfParams

Interface for managing the parameters to the insertSubRoleOf prepared statement.


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
 

Method Detail

getRoleId

long getRoleId()
               throws AnzoException
Get the "RoleId" parameter to use within prepared statement

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

getParentRoleId

long getParentRoleId()
                     throws AnzoException
Get the "ParentRoleId" parameter to use within prepared statement

Returns:
the ParentRoleId 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.