org.openanzo.server.repository.rdb.sql
Class UserRdbWrapper.DeleteUserParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.UserRdbWrapper.DeleteUserParamsImpl
All Implemented Interfaces:
UserRdbWrapper.DeleteUserParams
Enclosing class:
UserRdbWrapper

public static class UserRdbWrapper.DeleteUserParamsImpl
extends java.lang.Object
implements UserRdbWrapper.DeleteUserParams

Default implementation of DeleteUserParams


Constructor Summary
UserRdbWrapper.DeleteUserParamsImpl()
           
 
Method Summary
 java.lang.Long getHend()
          Get the "Hend" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRdbWrapper.DeleteUserParamsImpl

public UserRdbWrapper.DeleteUserParamsImpl()
Method Detail

getHend

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

Specified by:
getHend in interface UserRdbWrapper.DeleteUserParams
Returns:
the Hend to use within prepared statement

getId

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

Specified by:
getId in interface UserRdbWrapper.DeleteUserParams
Returns:
the Id to use within prepared statement


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