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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanEmail addresses that should be used as a point of contact for the cart.inthashCode()voidsetEmailAddress(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:
equalsin classCartModifyingRequest
-
canEqual
- Overrides:
canEqualin classCartModifyingRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classCartModifyingRequest
-
toString
- Overrides:
toStringin classCartModifyingRequest
-