public class InMemoryCartEntryModel extends CartEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ABSTRACTORDER2ABSTRACTORDERENTRY
Generated relation code constant for relation
AbstractOrder2AbstractOrderEntry defining source attribute order in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
_LASTMODIFIEDENTRIESRELATION, LASTMODIFIEDMASTERCART_CONSIGNMENTENTRYORDERENTRYRELATION, _MASTERABSTRACTORDERENTRY2CHILDABSTRACTORDERENTRIESRELATION, BASEPRICE, BUNDLENO, BUNDLETEMPLATE, CALCULATED, CHILDENTRIES, CHOSENVENDOR, CONSIGNMENTENTRIES, COSTCENTER, DELIVERYADDRESS, DELIVERYMODE, DELIVERYPOINTOFSERVICE, DISCOUNTVALUES, DISCOUNTVALUESINTERNAL, ENTRYNUMBER, EUROPE1PRICEFACTORY_PDG, EUROPE1PRICEFACTORY_PPG, EUROPE1PRICEFACTORY_PTG, EXTERNALCONFIGURATION, GIVEAWAY, INFO, MASTERENTRY, NAMEDDELIVERYDATE, ORDER, ORIGINALORDERENTRY, ORIGINALSUBSCRIPTIONID, PRODUCT, PRODUCTINFOS, PROMOTIONCODE, PROMOTIONMATCHER, QUANTITY, QUANTITYSTATUS, REJECTED, SAPPRICINGCONDITIONS, TAXVALUES, TAXVALUESINTERNAL, TOTALPRICE, UNIT, XMLPRODUCT, YFORMDATA_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
InMemoryCartEntryModel()
Generated constructor - Default constructor for generic creation.
|
InMemoryCartEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
InMemoryCartEntryModel(ItemModel _owner,
ProductModel _product,
Long _quantity,
UnitModel _unit)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
InMemoryCartEntryModel(ProductModel _product,
Long _quantity,
UnitModel _unit)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
InMemoryCartModel |
getOrder()
Generated method - Getter of the
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core. |
void |
setOrder(AbstractOrderModel value)
Generated method - Initial setter of
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core. |
getLastModifiedMasterCart, setLastModifiedMasterCartgetBasePrice, getBundleNo, getBundleTemplate, getCalculated, getChildEntries, getChosenVendor, getConsignmentEntries, getCostCenter, getDeliveryAddress, getDeliveryMode, getDeliveryPointOfService, getDiscountValues, getDiscountValuesInternal, getEntryNumber, getEurope1PriceFactory_PDG, getEurope1PriceFactory_PPG, getEurope1PriceFactory_PTG, getExternalConfiguration, getGiveAway, getInfo, getMasterEntry, getNamedDeliveryDate, getOriginalOrderEntry, getOriginalSubscriptionId, getProduct, getProductInfos, getPromotionCode, getPromotionMatcher, getQuantity, getQuantityStatus, getRejected, getSapPricingConditions, getTaxValues, getTaxValuesInternal, getTotalPrice, getUnit, getXmlProduct, getYFormData, setBasePrice, setBundleNo, setBundleTemplate, setCalculated, setChildEntries, setChosenVendor, setConsignmentEntries, setCostCenter, setDeliveryAddress, setDeliveryMode, setDeliveryPointOfService, setDiscountValues, setDiscountValuesInternal, setEntryNumber, setEurope1PriceFactory_PDG, setEurope1PriceFactory_PPG, setEurope1PriceFactory_PTG, setExternalConfiguration, setGiveAway, setInfo, setMasterEntry, setNamedDeliveryDate, setOriginalOrderEntry, setOriginalSubscriptionId, setProduct, setProductInfos, setPromotionCode, setPromotionMatcher, setQuantity, setQuantityStatus, setRejected, setSapPricingConditions, setTaxValues, setTaxValuesInternal, setTotalPrice, setUnit, setXmlProductgetComments, 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 _ABSTRACTORDER2ABSTRACTORDERENTRY
AbstractOrder2AbstractOrderEntry defining source attribute order in extension core.public InMemoryCartEntryModel()
public InMemoryCartEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public InMemoryCartEntryModel(ProductModel _product, Long _quantity, UnitModel _unit)
_product - initial attribute declared by type AbstractOrderEntry at extension core_quantity - initial attribute declared by type AbstractOrderEntry at extension core_unit - initial attribute declared by type AbstractOrderEntry at extension core@Deprecated public InMemoryCartEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit)
_owner - initial attribute declared by type Item at extension core_product - initial attribute declared by type AbstractOrderEntry at extension core_quantity - initial attribute declared by type AbstractOrderEntry at extension core_unit - initial attribute declared by type AbstractOrderEntry at extension core@Accessor(qualifier="order", type=GETTER) public InMemoryCartModel getOrder()
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core.getOrder in class CartEntryModel@Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core. Can only be used at creation of model - before first save. Will only accept values of type InMemoryCartModel.setOrder in class CartEntryModelvalue - the orderCopyright © 2017 SAP SE. All Rights Reserved.