org.broadleafcommerce.profile.core.domain
Class CustomerPhoneImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerPhoneImpl
- All Implemented Interfaces:
- Serializable, CustomerPhone
@Entity
public class CustomerPhoneImpl
- extends Object
- implements CustomerPhone
- See Also:
- Serialized Form
id
protected Long id
phoneName
protected String phoneName
customer
protected Customer customer
phone
protected Phone phone
CustomerPhoneImpl
public CustomerPhoneImpl()
getId
public Long getId()
- Specified by:
getId in interface CustomerPhone
setId
public void setId(Long id)
- Specified by:
setId in interface CustomerPhone
getPhoneName
public String getPhoneName()
- Specified by:
getPhoneName in interface CustomerPhone
setPhoneName
public void setPhoneName(String phoneName)
- Specified by:
setPhoneName in interface CustomerPhone
getCustomer
public Customer getCustomer()
- Specified by:
getCustomer in interface CustomerPhone
setCustomer
public void setCustomer(Customer customer)
- Specified by:
setCustomer in interface CustomerPhone
getPhone
public Phone getPhone()
- Specified by:
getPhone in interface CustomerPhone
setPhone
public void setPhone(Phone phone)
- Specified by:
setPhone in interface CustomerPhone
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.