Class DeliveryModeModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<DeliveryModeModel>
-
- de.hybris.platform.cmsfacades.util.models.DeliveryModeModelMother
-
public class DeliveryModeModelMother extends AbstractModelMother<DeliveryModeModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCODE_PICKUPstatic java.lang.StringCODE_REGULARstatic java.lang.StringCODE_STANDARD_SHIPMENTstatic java.lang.StringDELIVERY_MODE_SHIPING
-
Constructor Summary
Constructors Constructor Description DeliveryModeModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryModeDaogetDeliveryModeDao()DeliveryModeModelPickup()DeliveryModeModelRegular()voidsetDeliveryModeDao(DeliveryModeDao deliveryModeDao)DeliveryModeModelstandardShipment()-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
CODE_PICKUP
public static final java.lang.String CODE_PICKUP
- See Also:
- Constant Field Values
-
CODE_REGULAR
public static final java.lang.String CODE_REGULAR
- See Also:
- Constant Field Values
-
CODE_STANDARD_SHIPMENT
public static final java.lang.String CODE_STANDARD_SHIPMENT
- See Also:
- Constant Field Values
-
DELIVERY_MODE_SHIPING
public static final java.lang.String DELIVERY_MODE_SHIPING
- See Also:
- Constant Field Values
-
-
Method Detail
-
Pickup
public DeliveryModeModel Pickup()
-
Regular
public DeliveryModeModel Regular()
-
standardShipment
public DeliveryModeModel standardShipment()
-
getDeliveryModeDao
public DeliveryModeDao getDeliveryModeDao()
-
setDeliveryModeDao
public void setDeliveryModeDao(DeliveryModeDao deliveryModeDao)
-
-