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

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

public class UserSearchResult
extends SearchResult

ユーザの検索結果を格納する。

バージョン:
$Revision:4384 $
作成者:
$Author:nakaguchi $

コンストラクタの概要
UserSearchResult(User[] elements, int totalCount, boolean totalCountFixed)
          コンストラクタ。
 
メソッドの概要
 User[] 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
 

コンストラクタの詳細

UserSearchResult

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

パラメータ:
elements - ユーザの配列
totalCount - 総件数
totalCountFixed - 総件数が確定したかどうか
メソッドの詳細

getElements

public User[] getElements()
ユーザの配列を取得する。

戻り値:
ユーザの配列