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 boolean
canEqual(Object other)
boolean
equals(Object o)
Phone
getPhone()
String
getType()
The type of the additional phone.int
hashCode()
void
setType(String type)
The type of the additional phone.String
toString()
-
-
-
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)
-
-