com.elasticpath.domain.customer.impl
Class CustomerAddressImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractPersistenceImpl
          extended by com.elasticpath.domain.impl.AbstractEntityImpl
              extended by com.elasticpath.domain.customer.impl.AbstractAddressImpl
                  extended by com.elasticpath.domain.customer.impl.CustomerAddressImpl
All Implemented Interfaces:
Address, CustomerAddress, Entity, EpDomain, Persistence, ValueObject, java.io.Serializable

public class CustomerAddressImpl
extends AbstractAddressImpl
implements CustomerAddress

A Customer's address.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
CustomerAddressImpl()
           
 
Method Summary
 
Methods inherited from class com.elasticpath.domain.customer.impl.AbstractAddressImpl
getCity, getCountry, getFaxNumber, getFirstName, getLastName, getPhoneNumber, getRegionPathStr, getStreet1, getStreet2, getSubCountry, getZipOrPostalCode, isCommercialAddress, setCity, setCommercialAddress, setCountry, setFaxNumber, setFirstName, setLastName, setPhoneNumber, setStreet1, setStreet2, setSubCountry, setZipOrPostalCode
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEntityImpl
convertAttributeGroupAttributes, getGuid, setDefaultValues, setGuid
 
Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl
executeBeforePersistAction, getUidPk, isPersistent, setUidPk
 
Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.customer.Address
getCity, getCountry, getFaxNumber, getFirstName, getGuid, getLastName, getPhoneNumber, getRegionPathStr, getStreet1, getStreet2, getSubCountry, getZipOrPostalCode, isCommercialAddress, setCity, setCommercialAddress, setCountry, setFaxNumber, setFirstName, setGuid, setLastName, setPhoneNumber, setStreet1, setStreet2, setSubCountry, setZipOrPostalCode
 
Methods inherited from interface com.elasticpath.domain.Persistence
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

CustomerAddressImpl

public CustomerAddressImpl()