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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAdditional attributes.com.broadleafcommerce.cart.client.domain.CartActionAuditACartActionAuditto create along with the clone.The id of the cart to clone theCartActionAuditsfrom.The id of the cart to clone theCartActionAuditsto.inthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Additional attributes.voidsetCartActionAuditToCreate(com.broadleafcommerce.cart.client.domain.CartActionAudit cartActionAuditToCreate) ACartActionAuditto create along with the clone.voidsetCartIdToCloneFrom(String cartIdToCloneFrom) The id of the cart to clone theCartActionAuditsfrom.voidsetCartIdToCloneTo(String cartIdToCloneTo) The id of the cart to clone theCartActionAuditsto.toString()
-
Constructor Details
-
CloneCartActionAuditRequest
public CloneCartActionAuditRequest()
-
-
Method Details
-
getCartIdToCloneFrom
The id of the cart to clone theCartActionAuditsfrom. -
getCartIdToCloneTo
The id of the cart to clone theCartActionAuditsto. -
getCartActionAuditToCreate
@Nullable public com.broadleafcommerce.cart.client.domain.CartActionAudit getCartActionAuditToCreate()ACartActionAuditto create along with the clone. -
getAdditionalAttributes
Additional attributes. -
setCartIdToCloneFrom
The id of the cart to clone theCartActionAuditsfrom. -
setCartIdToCloneTo
The id of the cart to clone theCartActionAuditsto. -
setCartActionAuditToCreate
public void setCartActionAuditToCreate(@Nullable com.broadleafcommerce.cart.client.domain.CartActionAudit cartActionAuditToCreate) ACartActionAuditto create along with the clone. -
setAdditionalAttributes
Additional attributes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-