Class CommerceCartModification
java.lang.Object
de.hybris.platform.commerceservices.order.CommerceCartModification
- All Implemented Interfaces:
Serializable
Represents the result of a modification to a cart entry.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()getPscv()longlongvoidsetAppointmentId(String appointmentId) voidsetBillingAddress(AddressModel billingAddress) voidsetClonedCartId(String clonedCartId) voidsetCouponIds(List<String> couponIds) voidsetDeliveryAddress(AddressModel deliveryAddress) voidsetDeliveryMode(DeliveryModeModel deliveryMode) voidsetDeliveryModeChanged(Boolean deliveryModeChanged) voidsetEntry(AbstractOrderEntryModel entry) voidsetEntryGroupNumbers(Set<Integer> entryGroupNumbers) voidsetInstallationAddress(AddressModel installationAddress) voidsetParentEntry(AbstractOrderEntryModel parentEntry) voidsetPaymentMethod(PaymentInfoModel paymentMethod) voidsetProduct(ProductModel product) voidvoidsetQuantity(long quantity) voidsetQuantityAdded(long quantityAdded) voidsetStatus(OrderStatus status) voidsetStatusCode(String statusCode) voidsetSubscribedProductAction(TmaSubscribedProductAction subscribedProductAction) voidsetSubscribedProductId(String subscribedProductId) voidsetValidationMessages(Set<TmaCartValidationModel> validationMessages)
-
Constructor Details
-
CommerceCartModification
public CommerceCartModification()
-
-
Method Details
-
setStatusCode
-
getStatusCode
-
setQuantity
public void setQuantity(long quantity) -
getQuantity
public long getQuantity() -
setQuantityAdded
public void setQuantityAdded(long quantityAdded) -
getQuantityAdded
public long getQuantityAdded() -
setEntry
-
getEntry
-
setProduct
-
getProduct
-
setDeliveryModeChanged
-
getDeliveryModeChanged
-
setEntryGroupNumbers
-
getEntryGroupNumbers
-
setDeliveryAddress
-
getDeliveryAddress
-
setBillingAddress
-
getBillingAddress
-
setPaymentMethod
-
getPaymentMethod
-
setDeliveryMode
-
getDeliveryMode
-
setAppointmentId
-
getAppointmentId
-
setSubscribedProductAction
-
getSubscribedProductAction
-
setSubscribedProductId
-
getSubscribedProductId
-
setInstallationAddress
-
getInstallationAddress
-
setPscv
-
getPscv
-
setClonedCartId
-
getClonedCartId
-
setValidationMessages
-
getValidationMessages
-
setCouponIds
-
getCouponIds
-
setStatus
-
getStatus
-
setParentEntry
-
getParentEntry
-