Class TabbyBuyer
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyBuyer
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetDob()Customer's date of birth; format is YYYY-MM-DD.getEmail()Customer’s email address.getName()Customer’s full name.getPhone()Customer’s phone number.inthashCode()voidCustomer's date of birth; format is YYYY-MM-DD.voidCustomer’s email address.voidCustomer’s full name.voidCustomer’s phone number.toString()
-
Constructor Details
-
TabbyBuyer
public TabbyBuyer()
-
-
Method Details
-
getPhone
Customer’s phone number. This must be a valid mobile phone where the consumer can receive text messages. -
getEmail
Customer’s email address. -
getName
Customer’s full name. -
getDob
Customer's date of birth; format is YYYY-MM-DD. -
setPhone
Customer’s phone number. This must be a valid mobile phone where the consumer can receive text messages. -
setEmail
Customer’s email address. -
setName
Customer’s full name. -
setDob
Customer's date of birth; format is YYYY-MM-DD. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-