jp.go.nict.langrid.service_1_2.foundation
クラス MatchingCondition

java.lang.Object
  上位を拡張 jp.go.nict.langrid.service_1_2.foundation.MatchingCondition
すべての実装されたインタフェース:
Serializable

public class MatchingCondition
extends Object
implements Serializable

検索条件を格納する。 検索対象となる情報のフィールドや属性に対する条件を格納する。 matchingMethodには、MatchingMethodの 列挙値を文字列で格納する。

バージョン:
$Revision: 10415 $
作成者:
Takao Nakaguchi, $Author: Takao Nakaguchi $
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

MatchingCondition

public MatchingCondition()
デフォルトコンストラクタ。


MatchingCondition

public MatchingCondition(String fieldName,
                         String matchingValue,
                         String matchingMethod)
コンストラクタ。

パラメータ:
fieldName - フィールド(属性)名
matchingValue - マッチングを行う値
matchingMethod - マッチング方法
メソッドの詳細

equals

public boolean equals(Object value)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

toString

public String toString()
オーバーライド:
クラス Object 内の toString

getFieldName

public String getFieldName()
フィールド(属性)名を取得する。

戻り値:
フィールド(属性)名

setFieldName

public void setFieldName(String attributeName)
フィールド(属性)名を設定する。

パラメータ:
attributeName - フィールド(属性)名

getMatchingValue

public String getMatchingValue()
マッチングを行う値を取得する。

戻り値:
マッチングを行う値

setMatchingValue

public void setMatchingValue(String matchingValue)
マッチングを行う値を設定する。

パラメータ:
matchingValue - マッチングを行う値

getMatchingMethod

public String getMatchingMethod()
マッチング方法を取得する。

戻り値:
マッチング方法

setMatchingMethod

public void setMatchingMethod(String matchingMethod)
マッチング方法を設定する。

パラメータ:
matchingMethod - マッチング方法