public class DeliveryModeModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BASESTORE2DELIVERYMODEREL
Generated relation code constant for relation
BaseStore2DeliveryModeRel defining source attribute stores in extension commerceservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_WAREHOUSE2DELIVERYMODERELATION
Generated relation code constant for relation
Warehouse2DeliveryModeRelation defining source attribute warehouses in extension warehousing. |
static String |
ACTIVE
Generated constant - Attribute key of
DeliveryMode.active attribute defined at extension core. |
static String |
CODE
Generated constant - Attribute key of
DeliveryMode.code attribute defined at extension core. |
static String |
DESCRIPTION
Generated constant - Attribute key of
DeliveryMode.description attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
DeliveryMode.name attribute defined at extension core. |
static String |
STORES
Generated constant - Attribute key of
DeliveryMode.stores attribute defined at extension commerceservices. |
static String |
SUPPORTEDPAYMENTMODES
Generated constant - Attribute key of
DeliveryMode.supportedPaymentModes attribute defined at extension core. |
static String |
SUPPORTEDPAYMENTMODESINTERNAL
Generated constant - Attribute key of
DeliveryMode.supportedPaymentModesInternal attribute defined at extension core. |
static String |
WAREHOUSES
Generated constant - Attribute key of
DeliveryMode.warehouses attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DeliveryModeModel()
Generated constructor - Default constructor for generic creation.
|
DeliveryModeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DeliveryModeModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
DeliveryModeModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
DeliveryMode.active attribute defined at extension core. |
String |
getCode()
Generated method - Getter of the
DeliveryMode.code attribute defined at extension core. |
String |
getDescription()
Generated method - Getter of the
DeliveryMode.description attribute defined at extension core. |
String |
getDescription(Locale loc)
Generated method - Getter of the
DeliveryMode.description attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
DeliveryMode.name attribute defined at extension core. |
String |
getName(Locale loc)
Generated method - Getter of the
DeliveryMode.name attribute defined at extension core. |
Set<BaseStoreModel> |
getStores()
Generated method - Getter of the
DeliveryMode.stores attribute defined at extension commerceservices. |
Collection<PaymentModeModel> |
getSupportedPaymentModes()
Generated method - Getter of the
DeliveryMode.supportedPaymentModes attribute defined at extension core. |
Set<WarehouseModel> |
getWarehouses()
Generated method - Getter of the
DeliveryMode.warehouses attribute defined at extension warehousing. |
void |
setActive(Boolean value)
Generated method - Setter of
DeliveryMode.active attribute defined at extension core. |
void |
setCode(String value)
Generated method - Setter of
DeliveryMode.code attribute defined at extension core. |
void |
setDescription(String value)
Generated method - Setter of
DeliveryMode.description attribute defined at extension core. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
DeliveryMode.description attribute defined at extension core. |
void |
setName(String value)
Generated method - Setter of
DeliveryMode.name attribute defined at extension core. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
DeliveryMode.name attribute defined at extension core. |
void |
setStores(Set<BaseStoreModel> value)
Generated method - Setter of
DeliveryMode.stores attribute defined at extension commerceservices. |
void |
setSupportedPaymentModes(Collection<PaymentModeModel> value)
Generated method - Setter of
DeliveryMode.supportedPaymentModes attribute defined at extension core. |
void |
setWarehouses(Set<WarehouseModel> value)
Generated method - Setter of
DeliveryMode.warehouses attribute defined at extension warehousing. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String _BASESTORE2DELIVERYMODEREL
BaseStore2DeliveryModeRel defining source attribute stores in extension commerceservices.public static final String _WAREHOUSE2DELIVERYMODERELATION
Warehouse2DeliveryModeRelation defining source attribute warehouses in extension warehousing.public static final String ACTIVE
DeliveryMode.active attribute defined at extension core.public static final String CODE
DeliveryMode.code attribute defined at extension core.public static final String DESCRIPTION
DeliveryMode.description attribute defined at extension core.public static final String NAME
DeliveryMode.name attribute defined at extension core.public static final String SUPPORTEDPAYMENTMODES
DeliveryMode.supportedPaymentModes attribute defined at extension core.public static final String SUPPORTEDPAYMENTMODESINTERNAL
DeliveryMode.supportedPaymentModesInternal attribute defined at extension core.public static final String STORES
DeliveryMode.stores attribute defined at extension commerceservices.public static final String WAREHOUSES
DeliveryMode.warehouses attribute defined at extension warehousing.public DeliveryModeModel()
public DeliveryModeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DeliveryModeModel(String _code)
_code - initial attribute declared by type DeliveryMode at extension core@Deprecated public DeliveryModeModel(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="active", type=GETTER) public Boolean getActive()
DeliveryMode.active attribute defined at extension core.@Accessor(qualifier="code", type=GETTER) public String getCode()
DeliveryMode.code attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription()
DeliveryMode.description attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
DeliveryMode.description attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=GETTER) public String getName()
DeliveryMode.name attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
DeliveryMode.name attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="stores", type=GETTER) public Set<BaseStoreModel> getStores()
DeliveryMode.stores attribute defined at extension commerceservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="supportedPaymentModes", type=GETTER) public Collection<PaymentModeModel> getSupportedPaymentModes()
DeliveryMode.supportedPaymentModes attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="warehouses", type=GETTER) public Set<WarehouseModel> getWarehouses()
DeliveryMode.warehouses attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
DeliveryMode.active attribute defined at extension core.value - the active@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
DeliveryMode.code attribute defined at extension core.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
DeliveryMode.description attribute defined at extension core.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
DeliveryMode.description attribute defined at extension core.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=SETTER) public void setName(String value)
DeliveryMode.name attribute defined at extension core.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
DeliveryMode.name attribute defined at extension core.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="stores", type=SETTER) public void setStores(Set<BaseStoreModel> value)
DeliveryMode.stores attribute defined at extension commerceservices.value - the stores@Accessor(qualifier="supportedPaymentModes", type=SETTER) public void setSupportedPaymentModes(Collection<PaymentModeModel> value)
DeliveryMode.supportedPaymentModes attribute defined at extension core.value - the supportedPaymentModesCopyright © 2017 SAP SE. All Rights Reserved.