com.elasticpath.domain.order
Interface OrderAddress

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

public interface OrderAddress
extends Address

OrderAddress represents a North American address.


Method Summary
 void init(Address customerAddress)
          Initialize this order address with the information from the specified customer address.
 
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
 

Method Detail

init

void init(Address customerAddress)
Initialize this order address with the information from the specified customer address.

Parameters:
customerAddress - the address with information to load into this order addresss