Class QuoteProcessResponse
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.quote.QuoteProcessResponse
DTO for communicating the results of quote flows, such as submitting, editing, or publishing a
quote
- Author:
- Kyrylo Boiko (kboiko2)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Miscellaneous attributes that can be set to this response in order to provide more information on validation failures.com.broadleafcommerce.cart.client.domain.Cart
getCart()
The most up-to-date cart.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Miscellaneous attributes that can be set to this response in order to provide more information on validation failures.void
setCart
(com.broadleafcommerce.cart.client.domain.Cart cart) The most up-to-date cart.toString()
-
Constructor Details
-
QuoteProcessResponse
public QuoteProcessResponse()
-
-
Method Details
-
getCart
public com.broadleafcommerce.cart.client.domain.Cart getCart()The most up-to-date cart.- Returns:
- The most up-to-date cart.
-
getAdditionalAttributes
Miscellaneous attributes that can be set to this response in order to provide more information on validation failures.- Returns:
- Miscellaneous attributes that can be set to this response in order to provide more information on validation failures.
-
setCart
public void setCart(com.broadleafcommerce.cart.client.domain.Cart cart) The most up-to-date cart.- Parameters:
cart
- The most up-to-date cart.
-
setAdditionalAttributes
Miscellaneous attributes that can be set to this response in order to provide more information on validation failures.- Parameters:
additionalAttributes
- Miscellaneous attributes that can be set to this response in order to provide more information on validation failures.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-