public class GWTResultSet extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
GWTResultSet() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GWTQueryResult> |
getResults() |
long |
getTotal() |
void |
setResults(Collection<GWTQueryResult> results) |
void |
setTotal(long total) |
public long getTotal()
public void setTotal(long total)
public Collection<GWTQueryResult> getResults()
public void setResults(Collection<GWTQueryResult> results)
Copyright © 2016. All rights reserved.