public class DeliveryModeModelMother extends AbstractModelMother<DeliveryModeModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODE_PICKUP |
static java.lang.String |
CODE_REGULAR |
static java.lang.String |
CODE_STANDARD_SHIPMENT |
static java.lang.String |
DELIVERY_MODE_SHIPING |
| Constructor and Description |
|---|
DeliveryModeModelMother() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryModeDao |
getDeliveryModeDao() |
DeliveryModeModel |
Pickup() |
DeliveryModeModel |
Regular() |
void |
setDeliveryModeDao(DeliveryModeDao deliveryModeDao) |
DeliveryModeModel |
standardShipment() |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelServicepublic static final java.lang.String CODE_PICKUP
public static final java.lang.String CODE_REGULAR
public static final java.lang.String CODE_STANDARD_SHIPMENT
public static final java.lang.String DELIVERY_MODE_SHIPING
public DeliveryModeModel Pickup()
public DeliveryModeModel Regular()
public DeliveryModeModel standardShipment()
public DeliveryModeDao getDeliveryModeDao()
public void setDeliveryModeDao(DeliveryModeDao deliveryModeDao)
Copyright © 2018 SAP SE. All Rights Reserved.