java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.CartModifyingRequest
com.broadleafcommerce.cartoperation.web.endpoint.domain.ContactInfoRequest
All Implemented Interfaces:
CartVersionedRequest, Serializable

public class ContactInfoRequest extends CartModifyingRequest implements Serializable
DTO for a request to update the Cart's contact info.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • ContactInfoRequest

      public ContactInfoRequest()
  • Method Details

    • getEmailAddress

      public String 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

      public void setEmailAddress(String emailAddress)
      Email addresses that should be used as a point of contact for the cart.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class CartModifyingRequest
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class CartModifyingRequest
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class CartModifyingRequest
    • toString

      public String toString()
      Overrides:
      toString in class CartModifyingRequest