org.broadleafcommerce.profile.core.domain
Class CustomerPhoneImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.domain.CustomerPhoneImpl
All Implemented Interfaces:
Serializable, CustomerPhone

@Entity
public class CustomerPhoneImpl
extends Object
implements CustomerPhone

See Also:
Serialized Form

Field Summary
protected  Customer customer
           
protected  Long id
           
protected  Phone phone
           
protected  String phoneName
           
 
Constructor Summary
CustomerPhoneImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Customer getCustomer()
           
 Long getId()
           
 Phone getPhone()
           
 String getPhoneName()
           
 int hashCode()
           
 void setCustomer(Customer customer)
           
 void setId(Long id)
           
 void setPhone(Phone phone)
           
 void setPhoneName(String phoneName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

phoneName

protected String phoneName

customer

protected Customer customer

phone

protected Phone phone
Constructor Detail

CustomerPhoneImpl

public CustomerPhoneImpl()
Method Detail

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.