com.hamaf.hikyaku.extension
クラス AppLogOutFactory

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.extension.AppLogOutFactory

public class AppLogOutFactory
extends java.lang.Object

タイトル:AppLogOutFactory is AppLogOut class Factory.

説明:AppLogOutをSystemId等により保持する。


著作権: Copyright (c) 2007/05/23

バージョン:
1.0
作成者:
y-hamanaka

メソッドの概要
 AppLogOut getAppLog(java.lang.String sysId)
          Describe getAppLog method : return AppLogOut.
static AppLogOutFactory getInstance()
           
 void setAppLog(java.lang.String pid)
          Describe setAppLog method : save AppLogOut.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getInstance

public static AppLogOutFactory getInstance()

setAppLog

public final void setAppLog(java.lang.String pid)
Describe setAppLog method : save AppLogOut.
AppLogOut classを sysIdで保持する。

パラメータ:
sysId - a String :

getAppLog

public final AppLogOut getAppLog(java.lang.String sysId)
Describe getAppLog method : return AppLogOut.
指定したsysIdで保持しているAppLogOutを戻す。

パラメータ:
sysIda - String :
戻り値:
a AppLogOut :