public class Countries extends AbstractItems<CountryModel>
| Modifier and Type | Field and Description |
|---|---|
static String |
ISOCODE_CANADA |
static String |
ISOCODE_UNITED_STATES |
| Constructor and Description |
|---|
Countries() |
| Modifier and Type | Method and Description |
|---|---|
CountryModel |
Canada() |
CountryDao |
getCountryDao() |
void |
setCountryDao(CountryDao countryDao) |
CountryModel |
UnitedStates() |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelServicepublic static final String ISOCODE_CANADA
public static final String ISOCODE_UNITED_STATES
public CountryModel Canada()
public CountryModel UnitedStates()
public CountryDao getCountryDao()
public void setCountryDao(CountryDao countryDao)
Copyright © 2000-2016 SAP SE. All Rights Reserved.