public class CommerceCartParameter extends Object implements Serializable
| Constructor and Description |
|---|
CommerceCartParameter() |
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(String guid)
public String getGuid()
public void setRecalculate(boolean recalculate)
public boolean isRecalculate()
public void setDeliveryCountryIso(String deliveryCountryIso)
public String getDeliveryCountryIso()
public void setDeliveryZipCode(String deliveryZipCode)
public String getDeliveryZipCode()
public void setProductConfiguration(Collection<ProductConfigurationItem> productConfiguration)
public Collection<ProductConfigurationItem> getProductConfiguration()
public void setPromotionCode(String promotionCode)
public String getPromotionCode()
public void setConfigToBeDeleted(String configToBeDeleted)
public String getConfigToBeDeleted()
public void setConfigId(String configId)
public String getConfigId()
Copyright © 2017 SAP SE. All Rights Reserved.