jp.go.nict.langrid.service_1_2.foundation.servicecall
クラス AccessLogSearchResult

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

public class AccessLogSearchResult
extends SearchResult
implements Serializable

アクセスログの検索結果を返す。

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

コンストラクタの概要
AccessLogSearchResult()
          コンストラクタ。
AccessLogSearchResult(ServiceCall[] elements, int totalCount, boolean totalCountFixed)
          コンストラクタ。
 
メソッドの概要
 ServiceCall[] getElements()
          アクセスログを取得する。
 void setElements(ServiceCall[] 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
 

コンストラクタの詳細

AccessLogSearchResult

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


AccessLogSearchResult

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

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

setElements

public void setElements(ServiceCall[] elements)
アクセスログを設定する。

パラメータ:
elements - 設定するアクセスログ

getElements

public ServiceCall[] getElements()
アクセスログを取得する。

戻り値:
アクセスログ