public class PickUpDeliveryModeModel extends DeliveryModeModel
A Delivery Mode that represents a collection from a PointOfService.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SUPPORTEDMODE
Generated constant - Attribute key of
PickUpDeliveryMode.supportedMode attribute defined at extension commerceservices. |
_BASESTORE2DELIVERYMODEREL, _WAREHOUSE2DELIVERYMODERELATION, ACTIVE, CODE, DESCRIPTION, NAME, STORES, SUPPORTEDPAYMENTMODES, SUPPORTEDPAYMENTMODESINTERNAL, WAREHOUSES_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PickUpDeliveryModeModel()
Generated constructor - Default constructor for generic creation.
|
PickUpDeliveryModeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PickUpDeliveryModeModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PickUpDeliveryModeModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PickupInStoreMode |
getSupportedMode()
Generated method - Getter of the
PickUpDeliveryMode.supportedMode attribute defined at extension commerceservices. |
void |
setSupportedMode(PickupInStoreMode value)
Generated method - Setter of
PickUpDeliveryMode.supportedMode attribute defined at extension commerceservices. |
getActive, getCode, getDescription, getDescription, getName, getName, getStores, getSupportedPaymentModes, getWarehouses, setActive, setCode, setDescription, setDescription, setName, setName, setStores, setSupportedPaymentModes, setWarehousesgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String SUPPORTEDMODE
PickUpDeliveryMode.supportedMode attribute defined at extension commerceservices.public PickUpDeliveryModeModel()
public PickUpDeliveryModeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PickUpDeliveryModeModel(java.lang.String _code)
_code - initial attribute declared by type DeliveryMode at extension core@Deprecated
public PickUpDeliveryModeModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type DeliveryMode at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="supportedMode", type=GETTER) public PickupInStoreMode getSupportedMode()
PickUpDeliveryMode.supportedMode attribute defined at extension commerceservices.@Accessor(qualifier="supportedMode", type=SETTER) public void setSupportedMode(PickupInStoreMode value)
PickUpDeliveryMode.supportedMode attribute defined at extension commerceservices.value - the supportedMode - The mode supported by the pickup delivery modeCopyright © 2018 SAP SE. All Rights Reserved.