org.utgenome.gwt.utgb.client.track.bean
Class SearchResult

java.lang.Object
  extended by 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


Constructor Summary
SearchResult()
           
 
Method Summary
 void addResult(Result result)
           
 int getCount()
           
 int getMaxpage()
           
 int getPage()
           
 int getPagewidth()
           
 String getQuery()
           
 ArrayList<Result> getResult()
           
 String getSortby()
           
 int getTotalcount()
           
 void setCount(int count)
           
 void setMaxpage(int maxpage)
           
 void setPage(int page)
           
 void setPagewidth(int pagewidth)
           
 void setQuery(String query)
           
 void setSortby(String sortby)
           
 void setTotalcount(int totalcount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

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.