|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.workflow.application.general.condition.ColumnCondition
public class ColumnCondition
検索条件カラム情報クラス
「ListSearchCondition」等の条件を保存するクラスでカラム別の条件を保存する為に使用します。
カラム名、カラムタイプ、値と比較条件、カラムが案件プロパティの拡張カラムかの判別情報を保存します。
ListSearchCondition.setConditions(java.util.List)
,
ListSearchCondition.getConditions()
,
ColumnType
,
OperatorType
コンストラクタの概要 | |
---|---|
ColumnCondition(String columnName,
ColumnType columnType,
boolean matterPropertyColumn,
String value,
OperatorType operatorType)
コンストラクタ カラム検索指定条件情報クラスを新しく生成します。 |
メソッドの概要 | |
---|---|
String |
getColumnName()
カラム名を取得します。 |
ColumnType |
getColumnType()
カラムタイプを取得します。 |
OperatorType |
getOperatorType()
演算子を取得します。 |
String |
getValue()
比較用値を取得します。 |
boolean |
isMatterPropertyColumn()
案件プロパティで拡張したカラムかを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ColumnCondition(String columnName, ColumnType columnType, boolean matterPropertyColumn, String value, OperatorType operatorType)
columnName
- カラム名columnType
- カラムタイプmatterPropertyColumn
- 案件プロパティカラムvalue
- 値operatorType
- 比較演算子メソッドの詳細 |
---|
public String getColumnName()
public ColumnType getColumnType()
public boolean isMatterPropertyColumn()
public OperatorType getOperatorType()
public String getValue()
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |