jp.go.nict.langrid.wrapper.common.db
クラス DictionaryQuery

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.DictionaryQuery

public class DictionaryQuery
extends Object


コンストラクタの概要
DictionaryQuery()
           
DictionaryQuery(String headWord, MatchingMethod matchingMethod, boolean order)
           
 
メソッドの概要
 String getHeadWord()
           
 MatchingMethod getMatchingMethod()
           
 boolean getOrder()
           
 void setHeadWord(String headWord)
           
 void setMatchingMethod(MatchingMethod matchingMethod)
           
 void setOrder(boolean order)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DictionaryQuery

public DictionaryQuery()

DictionaryQuery

public DictionaryQuery(String headWord,
                       MatchingMethod matchingMethod,
                       boolean order)
メソッドの詳細

getHeadWord

public String getHeadWord()

setHeadWord

public void setHeadWord(String headWord)

getMatchingMethod

public MatchingMethod getMatchingMethod()

setMatchingMethod

public void setMatchingMethod(MatchingMethod matchingMethod)

getOrder

public boolean getOrder()

setOrder

public void setOrder(boolean order)