Class ContactInfoRequest
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
- All Implemented Interfaces:
CartVersionedRequest
,Serializable
DTO for a request to update the Cart's contact info.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Email addresses that should be used as a point of contact for the cart.int
hashCode()
void
setEmailAddress
(String emailAddress) Email addresses that should be used as a point of contact for the cart.toString()
Methods inherited from class com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
getCartVersion, getVersion, setCartVersion, setVersion
-
Constructor Details
-
ContactInfoRequest
public ContactInfoRequest()
-
-
Method Details
-
getEmailAddress
Email addresses that should be used as a point of contact for the cart.- Returns:
- Email addresses that should be used as a point of contact for the cart.
-
setEmailAddress
Email addresses that should be used as a point of contact for the cart. -
equals
- Overrides:
equals
in classCartModifyingRequest
-
canEqual
- Overrides:
canEqual
in classCartModifyingRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCartModifyingRequest
-
toString
- Overrides:
toString
in classCartModifyingRequest
-