jp.go.nict.langrid.service_1_2.foundation.servicemanagement
クラス ServiceEntrySearchResult

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

public class ServiceEntrySearchResult
extends SearchResult
implements Serializable

サービスエントリの検索結果を格納する。

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

コンストラクタの概要
ServiceEntrySearchResult()
          コンストラクタ。
ServiceEntrySearchResult(ServiceEntry[] elements, int totalCount, boolean totalCountFixed)
          コンストラクタ。
 
メソッドの概要
 ServiceEntry[] getElements()
          エントリ配列を取得する。
 void setElements(ServiceEntry[] elements)
          エントリ配列を設定する。
 
クラス jp.go.nict.langrid.service_1_2.foundation.SearchResult から継承されたメソッド
getTotalCount, isTotalCountFixed, setTotalCount, setTotalCountFixed
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ServiceEntrySearchResult

public ServiceEntrySearchResult()
コンストラクタ。


ServiceEntrySearchResult

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

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

getElements

public ServiceEntry[] getElements()
エントリ配列を取得する。

戻り値:
エントリ配列

setElements

public void setElements(ServiceEntry[] elements)
エントリ配列を設定する。

パラメータ:
elements - エントリ配列