jp.go.nict.langrid.dao
クラス ServiceSearchResult
java.lang.Object
jp.go.nict.langrid.dao.SearchResult
jp.go.nict.langrid.dao.ServiceSearchResult
public class ServiceSearchResult
- extends SearchResult
サービスの検索結果を格納する。
- バージョン:
- $Revision:4384 $
- 作成者:
- $Author:nakaguchi $
ServiceSearchResult
public ServiceSearchResult(Service[] elements,
int totalCount,
boolean totalCountFixed)
- コンストラクタ。
- パラメータ:
elements
- サービスの配列totalCount
- 総件数totalCountFixed
- 総件数が確定しているかどうか
getElements
public Service[] getElements()
- サービスの配列を取得する。
- 戻り値:
- サービスの配列