|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.service_1_2.foundation.MatchingCondition
public class MatchingCondition
検索条件を格納する。
検索対象となる情報のフィールドや属性に対する条件を格納する。
matchingMethodには、MatchingMethod
の
列挙値を文字列で格納する。
コンストラクタの概要 | |
---|---|
MatchingCondition()
デフォルトコンストラクタ。 |
|
MatchingCondition(String fieldName,
String matchingValue,
String matchingMethod)
コンストラクタ。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object value)
|
String |
getFieldName()
フィールド(属性)名を取得する。 |
String |
getMatchingMethod()
マッチング方法を取得する。 |
String |
getMatchingValue()
マッチングを行う値を取得する。 |
int |
hashCode()
|
void |
setFieldName(String attributeName)
フィールド(属性)名を設定する。 |
void |
setMatchingMethod(String matchingMethod)
マッチング方法を設定する。 |
void |
setMatchingValue(String matchingValue)
マッチングを行う値を設定する。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public MatchingCondition()
public MatchingCondition(String fieldName, String matchingValue, String matchingMethod)
fieldName
- フィールド(属性)名matchingValue
- マッチングを行う値matchingMethod
- マッチング方法メソッドの詳細 |
---|
public boolean equals(Object value)
Object
内の equals
public int hashCode()
Object
内の hashCode
public String toString()
Object
内の toString
public String getFieldName()
public void setFieldName(String attributeName)
attributeName
- フィールド(属性)名public String getMatchingValue()
public void setMatchingValue(String matchingValue)
matchingValue
- マッチングを行う値public String getMatchingMethod()
public void setMatchingMethod(String matchingMethod)
matchingMethod
- マッチング方法
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |