|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.SearchResult jp.go.nict.langrid.dao.AccessLogSearchResultForList
public class AccessLogSearchResultForList
コンストラクタの概要 | |
---|---|
AccessLogSearchResultForList(AccessLogForList[] elements,
int totalCount,
boolean totalCountFixed)
コンストラクタ。 |
メソッドの概要 | |
---|---|
AccessLogForList[] |
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 AccessLogSearchResultForList(AccessLogForList[] elements, int totalCount, boolean totalCountFixed)
elements
- DAOから返ってきたアクセスログとサービスの配列totalCount
- 総件数totalCountFixed
- 総件数が確定しているかどうかメソッドの詳細 |
---|
public AccessLogForList[] getElements()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |