public class CommerceCartParameter
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_ENTRY_NUMBER |
| Constructor and Description |
|---|
CommerceCartParameter() |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
getBaseSite() |
BundleTemplateModel |
getBundleTemplate() |
CartModel |
getCart() |
java.lang.String |
getConfigId() |
java.lang.String |
getConfigToBeDeleted() |
java.lang.String |
getDeliveryCountryIso() |
java.lang.String |
getDeliveryZipCode() |
java.lang.String |
getDraftConfigToBeDeleted() |
java.util.Set<java.lang.Integer> |
getEntryGroupNumbers() |
long |
getEntryNumber() |
java.lang.String |
getGuid() |
PointOfServiceModel |
getPointOfService() |
ProductModel |
getProduct() |
java.util.Collection<ProductConfigurationItem> |
getProductConfiguration() |
long |
getQuantity() |
UnitModel |
getUnit() |
UserModel |
getUser() |
java.lang.String |
getXmlProduct() |
boolean |
isCreateNewEntry() |
boolean |
isEnableHooks() |
boolean |
isRecalculate() |
void |
setBaseSite(BaseSiteModel baseSite) |
void |
setBundleTemplate(BundleTemplateModel bundleTemplate) |
void |
setCart(CartModel cart) |
void |
setConfigId(java.lang.String configId) |
void |
setConfigToBeDeleted(java.lang.String configToBeDeleted) |
void |
setCreateNewEntry(boolean createNewEntry) |
void |
setDeliveryCountryIso(java.lang.String deliveryCountryIso) |
void |
setDeliveryZipCode(java.lang.String deliveryZipCode) |
void |
setDraftConfigToBeDeleted(java.lang.String draftConfigToBeDeleted) |
void |
setEnableHooks(boolean enableHooks) |
void |
setEntryGroupNumbers(java.util.Set<java.lang.Integer> entryGroupNumbers) |
void |
setEntryNumber(long entryNumber) |
void |
setGuid(java.lang.String guid) |
void |
setPointOfService(PointOfServiceModel pointOfService) |
void |
setProduct(ProductModel product) |
void |
setProductConfiguration(java.util.Collection<ProductConfigurationItem> productConfiguration) |
void |
setQuantity(long quantity) |
void |
setRecalculate(boolean recalculate) |
void |
setUnit(UnitModel unit) |
void |
setUser(UserModel user) |
void |
setXmlProduct(java.lang.String xmlProduct) |
public static final long DEFAULT_ENTRY_NUMBER
public void setCart(CartModel cart)
public CartModel getCart()
public void setProduct(ProductModel product)
public ProductModel getProduct()
public void setQuantity(long quantity)
public long getQuantity()
public void setUnit(UnitModel unit)
public UnitModel getUnit()
public void setCreateNewEntry(boolean createNewEntry)
public boolean isCreateNewEntry()
public void setPointOfService(PointOfServiceModel pointOfService)
public PointOfServiceModel getPointOfService()
public void setEntryNumber(long entryNumber)
public long getEntryNumber()
public void setEnableHooks(boolean enableHooks)
public boolean isEnableHooks()
public void setUser(UserModel user)
public UserModel getUser()
public void setBaseSite(BaseSiteModel baseSite)
public BaseSiteModel getBaseSite()
public void setGuid(java.lang.String guid)
public java.lang.String getGuid()
public void setRecalculate(boolean recalculate)
public boolean isRecalculate()
public void setDeliveryCountryIso(java.lang.String deliveryCountryIso)
public java.lang.String getDeliveryCountryIso()
public void setDeliveryZipCode(java.lang.String deliveryZipCode)
public java.lang.String getDeliveryZipCode()
public void setEntryGroupNumbers(java.util.Set<java.lang.Integer> entryGroupNumbers)
public java.util.Set<java.lang.Integer> getEntryGroupNumbers()
public void setProductConfiguration(java.util.Collection<ProductConfigurationItem> productConfiguration)
public java.util.Collection<ProductConfigurationItem> getProductConfiguration()
public void setXmlProduct(java.lang.String xmlProduct)
public java.lang.String getXmlProduct()
public void setBundleTemplate(BundleTemplateModel bundleTemplate)
public BundleTemplateModel getBundleTemplate()
public void setConfigToBeDeleted(java.lang.String configToBeDeleted)
public java.lang.String getConfigToBeDeleted()
public void setDraftConfigToBeDeleted(java.lang.String draftConfigToBeDeleted)
public java.lang.String getDraftConfigToBeDeleted()
public void setConfigId(java.lang.String configId)
public java.lang.String getConfigId()
Copyright © 2018 SAP SE. All Rights Reserved.