public class SegmentCountriesDataBean extends SmartDataBeanImpl
Modifier and Type | Class and Description |
---|---|
static class | SegmentCountriesDataBean.Country
This class contains the name and abbreviation for a country.
|
static class | SegmentCountriesDataBean.CountryQuickSortCompare
This class will compare Country objects during a quick sort.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
SegmentCountriesDataBean() |
Modifier and Type | Method and Description |
---|---|
SegmentCountriesDataBean.Country[] | getCountries()
Gets an array of Country objects.
|
void | populate()
Populates the data bean.
|
public static final java.lang.String COPYRIGHT
public SegmentCountriesDataBean.Country[] getCountries()
public void populate() throws java.lang.Exception