|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.workflow.application.model.CnfmAuthUserModel
public class CnfmAuthUserModel
確認処理権限者情報 モデルクラス。
確認を行う権限者のユーザ情報と付加情報を保存します。
処理結果を格納する際に、このモデルには案件のステータス(未完了、完了)によって、
データベーステーブル「imw_t_confirm_user」(未完了)もしくは「imw_t_cpl_matter_confirm_user」(完了)のデータが設定されます。
詳細については、使用されている各箇所を参照してください。
【 各項目の必須/任意 】 このモデルは値を取得する時にのみ使用しますので、全て任意項目となります。 ※新規作成、更新、削除には使用しません。
ActvMatter.getCnfmAuthUserList(jp.co.intra_mart.foundation.workflow.application.general.condition.SortConditionForAuthUser)
,
ActvMatterNode.getCnfmAuthUserList(String, jp.co.intra_mart.foundation.workflow.application.general.condition.SortConditionForAuthUser)
,
CplMatter.getCnfmAuthUserList(jp.co.intra_mart.foundation.workflow.application.general.condition.SortConditionForAuthUser)
,
CplMatterNode.getCnfmAuthUserList(String, jp.co.intra_mart.foundation.workflow.application.general.condition.SortConditionForAuthUser)
コンストラクタの概要 | |
---|---|
CnfmAuthUserModel()
コンストラクタ 確認処理権限者情報 モデルクラスを新しく生成します。 |
メソッドの概要 | |
---|---|
String |
getConfirmCplFlag()
確認済みフラグを取得します。 |
String |
getUserCode()
権限者コードを取得します。 |
String |
getUserName()
権限者名を取得します。 |
void |
setConfirmCplFlag(String confirmCplFlag)
確認済みフラグを設定します。 |
void |
setUserCode(String userCode)
権限者コードを設定します。 |
void |
setUserName(String userName)
権限者名を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CnfmAuthUserModel()
メソッドの詳細 |
---|
public String getUserCode()
public void setUserCode(String userCode)
userCode
- 権限者コードpublic String getUserName()
public void setUserName(String userName)
userName
- 権限者名public String getConfirmCplFlag()
public void setConfirmCplFlag(String confirmCplFlag)
confirmCplFlag
- 確認済みフラグ。(0:確認未済 / 1:確認済み)
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |