IM-Workflow

jp.co.intra_mart.foundation.workflow.application.model
クラス MatterMailModel

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.application.model.MatterMailModel

public class MatterMailModel
extends Object

案件メール定義情報 モデルクラス。

案件フロー情報モデル「MatterFlowModel」の最終結果通知メール、参照依頼メールや
案件ノード設定情報モデル「MatterNodeConfigModel」の各メール定義情報を保存します。
詳細については、使用されている各箇所を参照してください。

 【 各項目の必須/任意 】
 このモデルは値を取得する時にのみ使用しますので、全て任意項目となります。
 ※新規作成、更新、削除には使用しません。
 

導入されたバージョン:
7.2
関連項目:
MatterFlowModel, MatterNodeConfigModel

コンストラクタの概要
MatterMailModel()
          コンストラクタ
案件メール定義情報 モデルクラスを新しく生成します。
 
メソッドの概要
 String getMailId()
          メールIDを取得します。
 String getMailTemplatePath()
          メールテンプレートパスを取得します。
 String getMailType()
          メール種別を取得します。
 void setMailId(String mailId)
          メールIDを設定します。
 void setMailTemplatePath(String mailTemplatePath)
          メールテンプレートパスを設定します。
 void setMailType(String mailType)
          メール種別を設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MatterMailModel

public MatterMailModel()
コンストラクタ
案件メール定義情報 モデルクラスを新しく生成します。

メソッドの詳細

getMailId

public String getMailId()
メールIDを取得します。

戻り値:
String メールID

setMailId

public void setMailId(String mailId)
メールIDを設定します。

パラメータ:
mailId - メールID

getMailType

public String getMailType()
メール種別を取得します。

戻り値:
String メール種別

setMailType

public void setMailType(String mailType)
メール種別を設定します。

パラメータ:
mailType - メール種別

getMailTemplatePath

public String getMailTemplatePath()
メールテンプレートパスを取得します。

戻り値:
String メールテンプレートパス

setMailTemplatePath

public void setMailTemplatePath(String mailTemplatePath)
メールテンプレートパスを設定します。

パラメータ:
mailTemplatePath - メールテンプレートパス

IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.