Class AdditionalPhone
- java.lang.Object
-
- com.broadleafcommerce.customer.domain.AdditionalPhone
-
- All Implemented Interfaces:
Serializable
public class AdditionalPhone extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdditionalPhone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)PhonegetPhone()StringgetType()The type of the additional phone.inthashCode()voidsetType(String type)The type of the additional phone.StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
The type of the additional phone. For example "FAX", "MOBILE", etc. or "OTHER"- Returns:
- the type of the additional phone
-
getPhone
public Phone getPhone()
-
setType
public void setType(String type)
The type of the additional phone. For example "FAX", "MOBILE", etc. or "OTHER"- Parameters:
type- the type of the additional phone
-
canEqual
protected boolean canEqual(Object other)
-
-