Class TabbyBuyer

java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyBuyer
All Implemented Interfaces:
Serializable

public class TabbyBuyer extends Object implements Serializable
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • TabbyBuyer

      public TabbyBuyer()
  • Method Details

    • getPhone

      public String getPhone()
      Customer’s phone number. This must be a valid mobile phone where the consumer can receive text messages.
    • getEmail

      public String getEmail()
      Customer’s email address.
    • getName

      public String getName()
      Customer’s full name.
    • getDob

      public String getDob()
      Customer's date of birth; format is YYYY-MM-DD.
    • setPhone

      public void setPhone(String phone)
      Customer’s phone number. This must be a valid mobile phone where the consumer can receive text messages.
    • setEmail

      public void setEmail(String email)
      Customer’s email address.
    • setName

      public void setName(String name)
      Customer’s full name.
    • setDob

      public void setDob(String dob)
      Customer's date of birth; format is YYYY-MM-DD.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object