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