im_contents_search 7.2.4

jp.co.intra_mart.foundation.solr.search.condition
クラス Condition

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.solr.search.condition.Condition

public class Condition
extends Object

条件格納クラス.
検索条件となる語句とその種別を保持します。

導入されたバージョン:
7.1
バージョン:
1.0

コンストラクタの概要
Condition(String word, String type)
           
 
メソッドの概要
 String getType()
          種別を返却します。
 String getWord()
          語句を返却します。
 void setType(String type)
          種別を設定する。
 void setWord(String word)
          語句を設定する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Condition

public Condition(String word,
                 String type)
メソッドの詳細

getWord

public String getWord()
語句を返却します。

戻り値:
語句

setWord

public void setWord(String word)
語句を設定する。

パラメータ:
word - 語句

getType

public String getType()
種別を返却します。

戻り値:
種別

setType

public void setType(String type)
種別を設定する。

パラメータ:
type - 種別

im_contents_search 7.2.4

Copyright © 2011-2014 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.