Class AdditionalPhone
java.lang.Object
com.broadleafcommerce.notification.service.provider.external.domain.user.AdditionalPhone
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdditionalPhone
public AdditionalPhone()
-
-
Method Details
-
getType
The type of the additional phone. For example "FAX", "MOBILE", etc. or "OTHER"- Returns:
- the type of the additional phone
-
getPhone
public com.broadleafcommerce.order.common.domain.Phone getPhone() -
setType
The type of the additional phone. For example "FAX", "MOBILE", etc. or "OTHER"- Parameters:
type
- the type of the additional phone
-
setPhone
public void setPhone(com.broadleafcommerce.order.common.domain.Phone phone) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-