org.broadleafcommerce.profile.core.domain
Class CustomerAddressImpl
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerAddressImpl
- All Implemented Interfaces:
- java.io.Serializable, CustomerAddress
@Entity
public class CustomerAddressImpl
- extends java.lang.Object
- implements CustomerAddress
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
addressName
protected java.lang.String addressName
customer
protected Customer customer
address
protected Address address
CustomerAddressImpl
public CustomerAddressImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface CustomerAddress
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface CustomerAddress
getAddressName
public java.lang.String getAddressName()
- Specified by:
getAddressName in interface CustomerAddress
setAddressName
public void setAddressName(java.lang.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
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.