jp.go.nict.langrid.dao
クラス ServiceStatRankingSearchResult

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.SearchResult
      上位を拡張 jp.go.nict.langrid.dao.ServiceStatRankingSearchResult

public class ServiceStatRankingSearchResult
extends SearchResult

サービスと統計情報の検索結果を格納する。

作成者:
Takao Nakaguchi

コンストラクタの概要
ServiceStatRankingSearchResult(ServiceStatRanking[] elements, int totalCount, boolean totalCountFixed)
          コンストラクタ。
 
メソッドの概要
 ServiceStatRanking[] getElements()
          サービス統計ランクの配列を取得する。
 
クラス jp.go.nict.langrid.dao.SearchResult から継承されたメソッド
equals, getTotalCount, hashCode, isTotalCountFixed, setTotalCount, setTotalCountFixed, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ServiceStatRankingSearchResult

public ServiceStatRankingSearchResult(ServiceStatRanking[] elements,
                                      int totalCount,
                                      boolean totalCountFixed)
コンストラクタ。

パラメータ:
elements - サービスの配列
totalCount - 総件数
totalCountFixed - 総件数が確定しているかどうか
メソッドの詳細

getElements

public ServiceStatRanking[] getElements()
サービス統計ランクの配列を取得する。

戻り値:
サービスの配列