org.broadleafcommerce.profile.core.domain
Class CustomerAddressImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerAddressImpl
- All Implemented Interfaces:
- Serializable, CustomerAddress
@Entity
public class CustomerAddressImpl
- extends Object
- implements CustomerAddress
- See Also:
- Serialized Form
id
protected Long id
addressName
protected String addressName
customer
protected Customer customer
address
protected Address address
CustomerAddressImpl
public CustomerAddressImpl()
getId
public Long getId()
- Specified by:
getId in interface CustomerAddress
setId
public void setId(Long id)
- Specified by:
setId in interface CustomerAddress
getAddressName
public String getAddressName()
- Specified by:
getAddressName in interface CustomerAddress
setAddressName
public void setAddressName(String addressName)
- Specified by:
setAddressName in interface CustomerAddress
getCustomer
public Customer getCustomer()
- Specified by:
getCustomer in interface CustomerAddress
setCustomer
public void setCustomer(Customer customer)
- Specified by:
setCustomer in interface CustomerAddress
getAddress
public Address getAddress()
- Specified by:
getAddress in interface CustomerAddress
setAddress
public void setAddress(Address address)
- Specified by:
setAddress in interface CustomerAddress
toString
public String toString()
- Overrides:
toString in class Object
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.