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