Class CommerceCartModification

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommerceCartModification
    extends java.lang.Object
    implements java.io.Serializable
    Represents the result of a modification to a cart entry.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommerceCartModification

        public CommerceCartModification()
    • 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()
      • setProduct

        public void setProduct​(ProductModel product)
      • 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)
      • setAppointmentId

        public void setAppointmentId​(java.lang.String appointmentId)
      • getAppointmentId

        public java.lang.String getAppointmentId()
      • setSubscribedProductId

        public void setSubscribedProductId​(java.lang.String subscribedProductId)
      • getSubscribedProductId

        public java.lang.String getSubscribedProductId()
      • setInstallationAddress

        public void setInstallationAddress​(AddressModel installationAddress)
      • getInstallationAddress

        public AddressModel getInstallationAddress()
      • setClonedCartId

        public void setClonedCartId​(java.lang.String clonedCartId)
      • getClonedCartId

        public java.lang.String getClonedCartId()
      • setValidationMessages

        public void setValidationMessages​(java.util.Set<TmaCartValidationModel> validationMessages)
      • setCouponIds

        public void setCouponIds​(java.util.List<java.lang.String> couponIds)
      • getCouponIds

        public java.util.List<java.lang.String> getCouponIds()