Class Contact
java.lang.Object
com.broadleafcommerce.vendor.domain.Contact
- All Implemented Interfaces:
Serializable
Represents contact information for a
Vendor
.- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The address of the contact.The email address of the contact.The combined names of the contact.int
hashCode()
void
setAddress
(Address address) The address of the contact.void
setEmailAddress
(String emailAddress) The email address of the contact.void
setFullName
(String fullName) The combined names of the contact.toString()
-
Constructor Details
-
Contact
public Contact()
-
-
Method Details
-
getFullName
The combined names of the contact. It is considered better UX to use a full name field in place of separate first and last name fields.- Returns:
- The combined names of contact
-
getEmailAddress
The email address of the contact.- Returns:
- The email address of the contact
-
getAddress
The address of the contact.- Returns:
- The address The address of the contact.
-
setFullName
The combined names of the contact. It is considered better UX to use a full name field in place of separate first and last name fields.- Parameters:
fullName
- The combined names of the contact
-
setEmailAddress
The email address of the contact.- Parameters:
emailAddress
- The email address of the contact
-
setAddress
The address of the contact.- Parameters:
address
- The address of the contact.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-