to.tetramorph.starbase.lib
クラス SearchResult
java.lang.Object
to.tetramorph.starbase.lib.SearchResult
public class SearchResult
- extends Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
protected List<Natal> list
tabName
protected String tabName
title
protected String title
pathName
protected String pathName
searchType
protected String searchType
count
protected int count
SearchResult
public SearchResult(List<Natal> list,
String tabName,
String title,
String pathName,
String searchType)
- SearchResult オブジェクトを作成する。
- パラメータ:
list
- 検索結果のリストtabName
- 検索結果窓のタブに表示される名前。title
- 検索条件を表す文字列。「太陽 蟹13度」等。searchType
- 検索方式 「テキスト検索」「アスペクト検索」等。
getNatalList
public List<Natal> getNatalList()
getTabName
public String getTabName()
getTitle
public String getTitle()
getPathName
public String getPathName()
getSearchType
public String getSearchType()
setCount
public void setCount(int count)
- 検索対象となったデータの総数をセットする。初期値は-1でこれは未登録状態
を表している。
これはSearchDialogの中から呼び出され、SearchModuleの中から操作しては
ならない。
- パラメータ:
count
-
getCount
public int getCount()