Class CommerceCartModification
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.CommerceCartModification
-
- All Implemented Interfaces:
java.io.Serializable
public class CommerceCartModification extends java.lang.Object implements java.io.SerializableRepresents the result of a modification to a cart entry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommerceCartModification()
-
Method Summary
-
-
-
Method Detail
-
setStatusCode
public void setStatusCode(java.lang.String statusCode)
-
getStatusCode
public java.lang.String getStatusCode()
-
setQuantity
public void setQuantity(long quantity)
-
getQuantity
public long getQuantity()
-
setQuantityAdded
public void setQuantityAdded(long quantityAdded)
-
getQuantityAdded
public long getQuantityAdded()
-
setEntry
public void setEntry(AbstractOrderEntryModel entry)
-
getEntry
public AbstractOrderEntryModel getEntry()
-
setProduct
public void setProduct(ProductModel product)
-
getProduct
public ProductModel getProduct()
-
setDeliveryModeChanged
public void setDeliveryModeChanged(java.lang.Boolean deliveryModeChanged)
-
getDeliveryModeChanged
public java.lang.Boolean getDeliveryModeChanged()
-
setEntryGroupNumbers
public void setEntryGroupNumbers(java.util.Set<java.lang.Integer> entryGroupNumbers)
-
getEntryGroupNumbers
public java.util.Set<java.lang.Integer> getEntryGroupNumbers()
-
setDeliveryAddress
public void setDeliveryAddress(AddressModel deliveryAddress)
-
getDeliveryAddress
public AddressModel getDeliveryAddress()
-
setBillingAddress
public void setBillingAddress(AddressModel billingAddress)
-
getBillingAddress
public AddressModel getBillingAddress()
-
setPaymentMethod
public void setPaymentMethod(PaymentInfoModel paymentMethod)
-
getPaymentMethod
public PaymentInfoModel getPaymentMethod()
-
setDeliveryMode
public void setDeliveryMode(DeliveryModeModel deliveryMode)
-
getDeliveryMode
public DeliveryModeModel getDeliveryMode()
-
setAppointmentId
public void setAppointmentId(java.lang.String appointmentId)
-
getAppointmentId
public java.lang.String getAppointmentId()
-
setSubscribedProductAction
public void setSubscribedProductAction(TmaSubscribedProductAction subscribedProductAction)
-
getSubscribedProductAction
public TmaSubscribedProductAction getSubscribedProductAction()
-
setSubscribedProductId
public void setSubscribedProductId(java.lang.String subscribedProductId)
-
getSubscribedProductId
public java.lang.String getSubscribedProductId()
-
setInstallationAddress
public void setInstallationAddress(AddressModel installationAddress)
-
getInstallationAddress
public AddressModel getInstallationAddress()
-
setPscv
public void setPscv(java.util.Set<TmaAbstractOrderEntryPscvModel> pscv)
-
getPscv
public java.util.Set<TmaAbstractOrderEntryPscvModel> getPscv()
-
setClonedCartId
public void setClonedCartId(java.lang.String clonedCartId)
-
getClonedCartId
public java.lang.String getClonedCartId()
-
setValidationMessages
public void setValidationMessages(java.util.Set<TmaCartValidationModel> validationMessages)
-
getValidationMessages
public java.util.Set<TmaCartValidationModel> getValidationMessages()
-
setCouponIds
public void setCouponIds(java.util.List<java.lang.String> couponIds)
-
getCouponIds
public java.util.List<java.lang.String> getCouponIds()
-
-