public class CartRequest extends com.broadleafcommerce.cart.client.domain.Cart implements CartVersionedRequest
Constructor and Description |
---|
CartRequest() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCartVersion()
Gets the cart version that the client is aware of.
|
String |
getRequestId()
A unique id used to represent the request.
|
void |
setCartVersion(Integer version)
Sets the cart version.
|
void |
setRequestId(String requestId)
A unique id used to represent the request.
|
canEqual, equals, getActivePayments, getAdjustments, getAttributeChoices, getAttributes, getCampaignRefs, getCartAlerts, getCartItems, getCartItemsWithDependentItems, getCartPricing, getCheckoutSubmissions, getContextState, getCreateDate, getCurrency, getCustomerRef, getEmailAddress, getFulfillmentGroups, getId, getInternalAttributes, getLastCatalogReprice, getLocale, getName, getOfferCodes, getOrderNumber, getPayments, getQuantity, getStatus, getSubmitDate, getVersion, getVouchers, hashCode, isAnonymous, isPriced, isTaxEstimated, setAdjustments, setAttributeChoices, setAttributes, setCampaignRefs, setCartAlerts, setCartItems, setCartPricing, setCheckoutSubmissions, setContextState, setCreateDate, setCurrency, setCustomerRef, setEmailAddress, setFulfillmentGroups, setId, setInternalAttributes, setLastCatalogReprice, setLocale, setName, setOfferCodes, setOrderNumber, setPayments, setPriced, setStatus, setSubmitDate, setTaxEstimated, setVersion, setVouchers, toString
public Integer getCartVersion()
CartVersionedRequest
getCartVersion
in interface CartVersionedRequest
public void setCartVersion(Integer version)
CartVersionedRequest
setCartVersion
in interface CartVersionedRequest
version
- the version to set for this requestpublic String getRequestId()
public void setRequestId(String requestId)
Copyright © 2021. All rights reserved.