Class CloneCartActionAuditRequest
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.audit.CloneCartActionAuditRequest
- All Implemented Interfaces:
Serializable
A request containing the details to clone
CartActionAudits
to another
cart.- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Additional attributes.com.broadleafcommerce.cart.client.domain.CartActionAudit
ACartActionAudit
to create along with the clone.The id of the cart to clone theCartActionAudits
from.The id of the cart to clone theCartActionAudits
to.int
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Additional attributes.void
setCartActionAuditToCreate
(com.broadleafcommerce.cart.client.domain.CartActionAudit cartActionAuditToCreate) ACartActionAudit
to create along with the clone.void
setCartIdToCloneFrom
(String cartIdToCloneFrom) The id of the cart to clone theCartActionAudits
from.void
setCartIdToCloneTo
(String cartIdToCloneTo) The id of the cart to clone theCartActionAudits
to.toString()
-
Constructor Details
-
CloneCartActionAuditRequest
public CloneCartActionAuditRequest()
-
-
Method Details
-
getCartIdToCloneFrom
The id of the cart to clone theCartActionAudits
from. -
getCartIdToCloneTo
The id of the cart to clone theCartActionAudits
to. -
getCartActionAuditToCreate
@Nullable public com.broadleafcommerce.cart.client.domain.CartActionAudit getCartActionAuditToCreate()ACartActionAudit
to create along with the clone. -
getAdditionalAttributes
Additional attributes. -
setCartIdToCloneFrom
The id of the cart to clone theCartActionAudits
from. -
setCartIdToCloneTo
The id of the cart to clone theCartActionAudits
to. -
setCartActionAuditToCreate
public void setCartActionAuditToCreate(@Nullable com.broadleafcommerce.cart.client.domain.CartActionAudit cartActionAuditToCreate) ACartActionAudit
to create along with the clone. -
setAdditionalAttributes
Additional attributes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-