public class ResultNumber extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
ResultNumber()
s
|
ResultNumber(boolean countEnded,
int resultsNoSofar,
String extraText) |
Modifier and Type | Method and Description |
---|---|
String |
getExtraText() |
int |
getResultsNoSofar() |
boolean |
isCountEnded() |
void |
setCountEnded(boolean countEnded) |
void |
setExtraText(String extraText) |
void |
setResultsNoSofar(int resultsNoSofar) |
public ResultNumber()
public ResultNumber(boolean countEnded, int resultsNoSofar, String extraText)
countEnded
- ,resultsNoSofar
- ,
* @param extraText spublic boolean isCountEnded()
public void setCountEnded(boolean countEnded)
countEnded
- spublic int getResultsNoSofar()
public void setResultsNoSofar(int resultsNoSofar)
resultsNoSofar
- spublic String getExtraText()
public void setExtraText(String extraText)
extraText
- sCopyright © 2014. All Rights Reserved.