org.utgenome.gwt.utgb.client.track.bean
Class SearchResult
java.lang.Object
org.utgenome.gwt.utgb.client.track.bean.SearchResult
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class SearchResult
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResult
public SearchResult()
getTotalcount
public int getTotalcount()
setTotalcount
public void setTotalcount(int totalcount)
getMaxpage
public int getMaxpage()
setMaxpage
public void setMaxpage(int maxpage)
getCount
public int getCount()
setCount
public void setCount(int count)
getPage
public int getPage()
setPage
public void setPage(int page)
getPagewidth
public int getPagewidth()
setPagewidth
public void setPagewidth(int pagewidth)
getSortby
public String getSortby()
setSortby
public void setSortby(String sortby)
getQuery
public String getQuery()
setQuery
public void setQuery(String query)
getResult
public ArrayList<Result> getResult()
addResult
public void addResult(Result result)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.