|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.OverViewControllerResultData.CountryData
protected static final class OverViewControllerResultData.CountryData
JAXB-enabled utility for displaying country information.
| Constructor Summary | |
|---|---|
protected |
OverViewControllerResultData.CountryData()
Deprecated. |
protected |
OverViewControllerResultData.CountryData(java.lang.String cty,
int c)
Creates a new CountryData with the given country and
initial count. |
| Method Summary | |
|---|---|
protected void |
addToCount(int c)
Adds the given value to the internal count. |
int |
getCount()
Returns the count. |
java.lang.String |
getCountry()
Returns the country. |
java.lang.String |
getName()
For comparator-use only. |
protected void |
setCount(int c)
Sets the count. |
protected void |
setCountry(java.lang.String cty)
Sets the country. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected OverViewControllerResultData.CountryData()
protected OverViewControllerResultData.CountryData(java.lang.String cty,
int c)
CountryData with the given country and
initial count.
cty - the countryc - the initial count| Method Detail |
|---|
protected void setCountry(java.lang.String cty)
cty - the countryprotected void setCount(int c)
c - the countpublic java.lang.String getCountry()
public int getCount()
getCount in interface ICountprotected void addToCount(int c)
c - the value to addpublic java.lang.String getName()
getName in interface INamedCountryData.getCountry()INamed.getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||