|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.dao.SearchResult
jp.go.nict.langrid.dao.AccessLimitSearchResult
public class AccessLimitSearchResult
アクセス制限の検索結果を格納する。
| コンストラクタの概要 | |
|---|---|
AccessLimitSearchResult(AccessLimit[] elements,
int totalCount,
boolean totalCountFixed)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
AccessLimit[] |
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 |
| コンストラクタの詳細 |
|---|
public AccessLimitSearchResult(AccessLimit[] elements,
int totalCount,
boolean totalCountFixed)
elements - アクセス制限の配列totalCount - 総件数totalCountFixed - 総件数が確定しているかどうか| メソッドの詳細 |
|---|
public AccessLimit[] getElements()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||