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 boolean
boolean
getDob()
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.int
hashCode()
void
Customer's date of birth; format is YYYY-MM-DD.void
Customer’s email address.void
Customer’s full name.void
Customer’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
-