com.elasticpath.domain.customer
Interface CustomerAddress

All Superinterfaces:
Address, EpDomain, Persistence, java.io.Serializable, ValueObject
All Known Implementing Classes:
CustomerAddressImpl

public interface CustomerAddress
extends Address

A customer's address.


Method Summary
 
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