jp.go.nict.langrid.service_1_2.foundation.servicemonitor
クラス ServiceCallLogSearchResult

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

public class ServiceCallLogSearchResult
extends SearchResult
implements Serializable

サービス呼び出しログの検索結果を返す。

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

コンストラクタの概要
ServiceCallLogSearchResult()
          コンストラクタ。
ServiceCallLogSearchResult(ServiceCallLog[] elements, int totalCount, boolean totalCountFixed)
          コンストラクタ。
 
メソッドの概要
 ServiceCallLog[] getElements()
          サービス呼び出しログを取得する。
 void setElements(ServiceCallLog[] 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
 

コンストラクタの詳細

ServiceCallLogSearchResult

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


ServiceCallLogSearchResult

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

パラメータ:
elements - サービス呼び出しログ
totalCount - 検索結果の総数
totalCountFixed - 総数が確定しているかどうか
メソッドの詳細

setElements

public void setElements(ServiceCallLog[] elements)
サービス呼び出しログを設定する。

パラメータ:
elements - サービス呼び出しログ

getElements

public ServiceCallLog[] getElements()
サービス呼び出しログを取得する。

戻り値:
サービス呼び出しログ