org.broadleafcommerce.profile.core.domain
Class CustomerAddressImpl

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

@Entity
public class CustomerAddressImpl
extends Object
implements CustomerAddress

See Also:
Serialized Form

Field Summary
protected  Address address
           
protected  String addressName
           
protected  Customer customer
           
protected  Long id
           
 
Constructor Summary
CustomerAddressImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Address getAddress()
           
 String getAddressName()
           
 Customer getCustomer()
           
 Long getId()
           
 int hashCode()
           
 void setAddress(Address address)
           
 void setAddressName(String addressName)
           
 void setCustomer(Customer customer)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

addressName

protected String addressName

customer

protected Customer customer

address

protected Address address
Constructor Detail

CustomerAddressImpl

public CustomerAddressImpl()
Method Detail

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.