public class ColumnCondition extends Object
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()
案件プロパティカラム可否を取得します。
|
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()
Copyright © 2012 NTT DATA INTRAMART CORPORATION