IM-Workflow

jp.co.intra_mart.foundation.workflow.application.general.condition
クラス MatterPropertyKey

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.application.general.condition.MatterPropertyKey

public class MatterPropertyKey
extends Object

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

「ListSearchCondition」等条件を保存するクラスで案件プロパティのタイプとキー情報を連携して保存するためのクラス。
設定した案件プロパティキーで取得する値のタイプが何かを確認する為に使用します。

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

コンストラクタの概要
MatterPropertyKey(String propKey)
          コンストラクタ
ユーザデータ案件プロパティ キー情報モデル クラスを新しく生成します。
MatterPropertyKey(String propKey, ColumnType valType)
          コンストラクタ
ユーザデータ案件プロパティ キー情報モデル クラスを新しく生成します。
 
メソッドの概要
 String getModifyPropKey()
          案件プロパティキーを取得します。
 String getPropKey()
          案件プロパティキーを取得します。
 ColumnType getValType()
          案件プロパティのカラムタイプを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MatterPropertyKey

public MatterPropertyKey(String propKey)
コンストラクタ
ユーザデータ案件プロパティ キー情報モデル クラスを新しく生成します。
カラムタイプは「ColumnType.VARCHAR」になります。
別途指定する場合には「MatterPropertyKey(String, ColumnType)」を利用してください。

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

MatterPropertyKey

public MatterPropertyKey(String propKey,
                         ColumnType valType)
コンストラクタ
ユーザデータ案件プロパティ キー情報モデル クラスを新しく生成します。

パラメータ:
propKey - 案件プロパティキー
valType - 案件プロパティのカラムタイプ(文字列、数値を指定)
メソッドの詳細

getPropKey

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

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

getModifyPropKey

public String getModifyPropKey()
案件プロパティキーを取得します。
このメソッドで取得する案件プロファティキーは「”」で囲まれています。
数字等で始まるキーの場合に利用されます。

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

getValType

public ColumnType getValType()
案件プロパティのカラムタイプを取得します。

戻り値:
ColumnType 案件プロパティのカラムタイプ

IM-Workflow

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