org.dyndns.nuda.mapper.helper.command
クラス GetReserverCommandImpl

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.helper.command.GetReserverCommandImpl
すべての実装されたインタフェース:
GetReserverCommand, SQLInterfaceControllerCommand

public class GetReserverCommandImpl
extends java.lang.Object
implements GetReserverCommand


コンストラクタの概要
GetReserverCommandImpl()
           
 
メソッドの概要
 JDBCXMLInvocationHandler getContainer()
          このインスタンスに設定されているSQLInterfaceコンテナを取得します
 Reserver getReserver()
           
 void init()
           
 void setContainer(JDBCXMLInvocationHandler container)
          このインスタンスにSQLInterfaceコンテナを設定します
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetReserverCommandImpl

public GetReserverCommandImpl()
メソッドの詳細

getReserver

public Reserver getReserver()
定義:
インタフェース GetReserverCommand 内の getReserver

setContainer

public void setContainer(JDBCXMLInvocationHandler container)
インタフェース SQLInterfaceControllerCommand の記述:
このインスタンスにSQLInterfaceコンテナを設定します

定義:
インタフェース SQLInterfaceControllerCommand 内の setContainer
パラメータ:
container - SQLInterfaceコンテナ

getContainer

public JDBCXMLInvocationHandler getContainer()
インタフェース SQLInterfaceControllerCommand の記述:
このインスタンスに設定されているSQLInterfaceコンテナを取得します

定義:
インタフェース SQLInterfaceControllerCommand 内の getContainer
戻り値:
SQLInterfaceコンテナ

init

public void init()