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