IM-Workflow

jp.co.intra_mart.foundation.workflow.administrator.model
クラス MatterPropertyDataModel

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.administrator.model.MatterPropertyDataModel

public class MatterPropertyDataModel
extends Object

案件プロパティ情報モデルクラス。

 【 処理別各項目必須/任意一覧 】
      ※記号の意味
          ●:必須
          ▲:1つ以上必須
          △:任意
          ×:不要(設定されていても無視します。)
          ☆:各APIの説明に準ずる(各APIの説明に記載がなければ不要とします。)
 
 ※注意※
   各項目の必須/任意について、各メソッドの説明に明示的に記載されている場合は、
   メソッドの説明を優先します。
 
項目名 新規作成 更新 削除 最大バイト数
案件プロパティキー【主キー】 20
ロケールID【主キー】 50
案件プロパティ名 × 100
案件プロパティキー型種別 × 1
案件プロパティ使用種別(一覧パターン)の使用有無 × 1
案件プロパティ使用種別(メール置換文字列)の使用有無 × 1
案件プロパティ使用種別(ルール条件)の使用有無 × 1
表示位置種別 × 5
検索範囲種別 × 5
カレンダー表示フラグ × 1
カンマ区切り表示フラグ × 1
備考 × 2000
更新カウンタ × 8

導入されたバージョン:
7.2

コンストラクタの概要
MatterPropertyDataModel()
          コンストラクタ
案件プロパティ情報モデルクラスを新しく生成します。
 
メソッドの概要
 String getAlignType()
          表示位置種別を取得します。
 String getCalendarFlag()
          カレンダー表示フラグを取得します。
 String getCommaSeparatedFlag()
          カンマ区切り表示フラグを取得します。
 String getLocaleId()
          ロケールIDを取得します。
 String getMatterPropertyKey()
          案件プロパティキーを取得します。
 String getMatterPropertyModelType()
          案件プロパティキー型種別を取得します。
 String getMatterPropertyName()
          案件プロパティ名を取得します。
 String getMatterPropertyTypeListPattern()
          案件プロパティ使用種別(一覧パターン)の使用有無を取得します。
 String getMatterPropertyTypeMailTemplate()
          案件プロパティ使用種別(メール置換文字列)の使用有無を取得します。
 String getMatterPropertyTypeRule()
          案件プロパティ使用種別(ルール条件)の使用有無を取得します。
 String getNote()
          備考を取得します。
 String getSearchRangeType()
          検索範囲種別を取得します。
 String getUpdateCount()
          更新カウンタを取得します。
 void setAlignType(String alignType)
          表示位置種別を設定します。
 void setCalendarFlag(String calendarFlag)
          カレンダー表示フラグを設定します。
 void setCommaSeparatedFlag(String commaSeparatedFlag)
          カンマ区切り表示フラグを設定します。
 void setLocaleId(String localeId)
          ロケールIDを設定します。
 void setMatterPropertyKey(String matterPropertyKey)
          案件プロパティキーを設定します。
 void setMatterPropertyModelType(String matterPropertyModelType)
          案件プロパティキー型種別を設定します。
 void setMatterPropertyName(String matterPropertyName)
          案件プロパティ名を設定します。
 void setMatterPropertyTypeListPattern(String matterPropertyTypeListPattern)
          案件プロパティ使用種別(一覧パターン)の使用有無を設定します。
 void setMatterPropertyTypeMailTemplate(String matterPropertyTypeMailTemplate)
          案件プロパティ使用種別(メール置換文字列)の使用有無を設定します。
 void setMatterPropertyTypeRule(String matterPropertyTypeRule)
          案件プロパティ使用種別(ルール条件)の使用有無を設定します。
 void setNote(String note)
          備考を設定します。
 void setSearchRangeType(String searchRangeType)
          検索範囲種別を設定します。
 void setUpdateCount(String updateCount)
          更新カウンタを設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MatterPropertyDataModel

public MatterPropertyDataModel()
コンストラクタ
案件プロパティ情報モデルクラスを新しく生成します。

メソッドの詳細

getMatterPropertyKey

public String getMatterPropertyKey()
案件プロパティキーを取得します。

戻り値:
String 案件プロパティキー

setMatterPropertyKey

public void setMatterPropertyKey(String matterPropertyKey)
案件プロパティキーを設定します。

パラメータ:
matterPropertyKey - 案件プロパティキー

getLocaleId

public String getLocaleId()
ロケールIDを取得します。

戻り値:
String ロケールID

setLocaleId

public void setLocaleId(String localeId)
ロケールIDを設定します。

パラメータ:
localeId - ロケールID

getMatterPropertyName

public String getMatterPropertyName()
案件プロパティ名を取得します。

戻り値:
String 案件プロパティ名

setMatterPropertyName

public void setMatterPropertyName(String matterPropertyName)
案件プロパティ名を設定します。

パラメータ:
matterPropertyName - 案件プロパティ名

getMatterPropertyModelType

public String getMatterPropertyModelType()
案件プロパティキー型種別を取得します。

戻り値:
String 案件プロパティキー型種別

setMatterPropertyModelType

public void setMatterPropertyModelType(String matterPropertyModelType)
案件プロパティキー型種別を設定します。

パラメータ:
matterPropertyModelType - 案件プロパティキー型種別

getMatterPropertyTypeListPattern

public String getMatterPropertyTypeListPattern()
案件プロパティ使用種別(一覧パターン)の使用有無を取得します。

戻り値:
String 案件プロパティ使用種別(一覧パターン)の使用有無。(0:使用無 / 1:使用有)

setMatterPropertyTypeListPattern

public void setMatterPropertyTypeListPattern(String matterPropertyTypeListPattern)
案件プロパティ使用種別(一覧パターン)の使用有無を設定します。

パラメータ:
matterPropertyTypeListPattern - 案件プロパティ使用種別(一覧パターン)の使用有無。(0:使用無 / 1:使用有)

getMatterPropertyTypeMailTemplate

public String getMatterPropertyTypeMailTemplate()
案件プロパティ使用種別(メール置換文字列)の使用有無を取得します。

戻り値:
String 案件プロパティ使用種別(メール置換文字列)の使用有無。(0:使用無 / 1:使用有)

setMatterPropertyTypeMailTemplate

public void setMatterPropertyTypeMailTemplate(String matterPropertyTypeMailTemplate)
案件プロパティ使用種別(メール置換文字列)の使用有無を設定します。

パラメータ:
matterPropertyTypeMailTemplate - 案件プロパティ使用種別(メール置換文字列)の使用有無。(0:使用無 / 1:使用有)

getMatterPropertyTypeRule

public String getMatterPropertyTypeRule()
案件プロパティ使用種別(ルール条件)の使用有無を取得します。

戻り値:
String 案件プロパティ使用種別(ルール条件)の使用有無。(0:使用無 / 1:使用有)

setMatterPropertyTypeRule

public void setMatterPropertyTypeRule(String matterPropertyTypeRule)
案件プロパティ使用種別(ルール条件)の使用有無を設定します。

パラメータ:
matterPropertyTypeRule - 案件プロパティ使用種別(ルール条件)の使用有無。(0:使用無 / 1:使用有)

getAlignType

public String getAlignType()
表示位置種別を取得します。

戻り値:
String 表示位置種別

setAlignType

public void setAlignType(String alignType)
表示位置種別を設定します。

パラメータ:
alignType - 表示位置種別

getSearchRangeType

public String getSearchRangeType()
検索範囲種別を取得します。

戻り値:
String 検索範囲種別

setSearchRangeType

public void setSearchRangeType(String searchRangeType)
検索範囲種別を設定します。

パラメータ:
searchRangeType - 検索範囲種別

getCalendarFlag

public String getCalendarFlag()
カレンダー表示フラグを取得します。

戻り値:
String カレンダー表示フラグ。(0:非表示 / 1:表示)

setCalendarFlag

public void setCalendarFlag(String calendarFlag)
カレンダー表示フラグを設定します。

パラメータ:
calendarFlag - カレンダー表示フラグ。(0:非表示 / 1:表示)

getCommaSeparatedFlag

public String getCommaSeparatedFlag()
カンマ区切り表示フラグを取得します。

戻り値:
String カンマ区切り表示フラグ。(0:カンマ区切り表示しない / 1:カンマ区切り表示する)

setCommaSeparatedFlag

public void setCommaSeparatedFlag(String commaSeparatedFlag)
カンマ区切り表示フラグを設定します。

パラメータ:
commaSeparatedFlag - カンマ区切り表示フラグ。(0:カンマ区切り表示しない / 1:カンマ区切り表示する)

getNote

public String getNote()
備考を取得します。

戻り値:
String 備考

setNote

public void setNote(String note)
備考を設定します。

パラメータ:
note - 備考

getUpdateCount

public String getUpdateCount()
更新カウンタを取得します。

戻り値:
String 更新カウンタ

setUpdateCount

public void setUpdateCount(String updateCount)
更新カウンタを設定します。

パラメータ:
updateCount - 更新カウンタ

IM-Workflow

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