Class CountryModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CountryModel>
-
- de.hybris.platform.cmsfacades.util.models.CountryModelMother
-
public class CountryModelMother extends AbstractModelMother<CountryModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ISOCODE_CANADA
static java.lang.String
ISOCODE_UNITED_STATES
-
Constructor Summary
Constructors Constructor Description CountryModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryModel
Canada()
CountryDao
getCountryDao()
void
setCountryDao(CountryDao countryDao)
CountryModel
UnitedStates()
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
ISOCODE_CANADA
public static final java.lang.String ISOCODE_CANADA
- See Also:
- Constant Field Values
-
ISOCODE_UNITED_STATES
public static final java.lang.String ISOCODE_UNITED_STATES
- See Also:
- Constant Field Values
-
-
Method Detail
-
Canada
public CountryModel Canada()
-
UnitedStates
public CountryModel UnitedStates()
-
getCountryDao
public CountryDao getCountryDao()
-
setCountryDao
public void setCountryDao(CountryDao countryDao)
-
-