Class CurrencyModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CurrencyModel>
-
- de.hybris.platform.cmsfacades.util.models.CurrencyModelMother
-
public class CurrencyModelMother extends AbstractModelMother<CurrencyModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCODE_USD
-
Constructor Summary
Constructors Constructor Description CurrencyModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyModelcreateUSDollar()protected CurrencyModeldefaultCurrency()CurrencyDaogetCurrencyDao()voidsetCurrencyDao(CurrencyDao currencyDao)-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
CODE_USD
public static final java.lang.String CODE_USD
- See Also:
- Constant Field Values
-
-
Method Detail
-
defaultCurrency
protected CurrencyModel defaultCurrency()
-
createUSDollar
public CurrencyModel createUSDollar()
-
getCurrencyDao
public CurrencyDao getCurrencyDao()
-
setCurrencyDao
public void setCurrencyDao(CurrencyDao currencyDao)
-
-