Class CartApprovalProcessRequest
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.approval.CartApprovalProcessRequest
Request DTO used for providing information for the cart approval flows, such as submitting cart
for approval or rejecting cart.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Miscellaneous attributes that can be added to this request in order to provide more information.A comment a user wishes to include with this action.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Miscellaneous attributes that can be added to this request in order to provide more information.void
setComment
(String comment) A comment a user wishes to include with this action.toString()
-
Constructor Details
-
CartApprovalProcessRequest
public CartApprovalProcessRequest()
-
-
Method Details
-
getComment
A comment a user wishes to include with this action.- Returns:
- a comment a user wishes to include with this action
-
getAdditionalAttributes
Miscellaneous attributes that can be added to this request in order to provide more information.- Returns:
- Miscellaneous attributes that can be added to this request in order to provide more information.
-
setComment
A comment a user wishes to include with this action.- Parameters:
comment
- a comment a user wishes to include with this action
-
setAdditionalAttributes
Miscellaneous attributes that can be added to this request in order to provide more information.- Parameters:
additionalAttributes
- Miscellaneous attributes that can be added to this request in order to provide more information.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-