Class CommerceCartModification

java.lang.Object
de.hybris.platform.commerceservices.order.CommerceCartModification
All Implemented Interfaces:
Serializable

public class CommerceCartModification extends Object implements Serializable
Represents the result of a modification to a cart entry.
See Also:
  • Constructor Details

    • CommerceCartModification

      public CommerceCartModification()
  • Method Details

    • setStatusCode

      public void setStatusCode(String statusCode)
    • getStatusCode

      public 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(Boolean deliveryModeChanged)
    • getDeliveryModeChanged

      public Boolean getDeliveryModeChanged()
    • setEntryGroupNumbers

      public void setEntryGroupNumbers(Set<Integer> entryGroupNumbers)
    • getEntryGroupNumbers

      public Set<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(String appointmentId)
    • getAppointmentId

      public String getAppointmentId()
    • setSubscribedProductAction

      public void setSubscribedProductAction(TmaSubscribedProductAction subscribedProductAction)
    • getSubscribedProductAction

      public TmaSubscribedProductAction getSubscribedProductAction()
    • setSubscribedProductId

      public void setSubscribedProductId(String subscribedProductId)
    • getSubscribedProductId

      public String getSubscribedProductId()
    • setInstallationAddress

      public void setInstallationAddress(AddressModel installationAddress)
    • getInstallationAddress

      public AddressModel getInstallationAddress()
    • setPscv

      public void setPscv(Set<TmaAbstractOrderEntryPscvModel> pscv)
    • getPscv

    • setClonedCartId

      public void setClonedCartId(String clonedCartId)
    • getClonedCartId

      public String getClonedCartId()
    • setValidationMessages

      public void setValidationMessages(Set<TmaCartValidationModel> validationMessages)
    • getValidationMessages

      public Set<TmaCartValidationModel> getValidationMessages()
    • setCouponIds

      public void setCouponIds(List<String> couponIds)
    • getCouponIds

      public List<String> getCouponIds()
    • setStatus

      public void setStatus(OrderStatus status)
    • getStatus

      public OrderStatus getStatus()
    • setParentEntry

      public void setParentEntry(AbstractOrderEntryModel parentEntry)
    • getParentEntry

      public AbstractOrderEntryModel getParentEntry()