public class UserInfoModel extends ActivityMasterInfoKey
コンストラクタと説明 |
---|
UserInfoModel()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getUserCd()
ユーザコードを返却します。
|
String |
getUserName()
ユーザ名を返却します。
|
void |
inputCheck_AutoPass(Connection connection,
String targetDate)
自動パス入力情報をチェックするメソッドです。
|
void |
inputCheck_RunUser(Connection connection,
String targetDate)
実行主体ユーザ入力情報をチェックするメソッドです。
|
void |
setUserCd(String string)
ユーザコードを設定します。
|
void |
setUserName(String string)
ユーザ名を設定します。
|
getActivityCd, getProcessDefCd, getVersionCd, setActivityCd, setProcessDefCd, setVersionCd
public String getUserCd()
public String getUserName()
public void setUserCd(String string)
string
- ユーザコードpublic void setUserName(String string)
string
- ユーザ名public void inputCheck_RunUser(Connection connection, String targetDate) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectionjp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生public void inputCheck_AutoPass(Connection connection, String targetDate) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectiontargetDate
- チェック対象日付jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生Copyright © 2012 NTT DATA INTRAMART CORPORATION