com.elasticpath.domain.order.impl
Class OrderAddressImpl

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.order.impl.OrderAddressImpl
All Implemented Interfaces:
Address, Entity, EpDomain, OrderAddress, Persistence, ValueObject, java.io.Serializable

public class OrderAddressImpl
extends AbstractAddressImpl
implements OrderAddress

Address that is stored as part of a completed order.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
OrderAddressImpl()
           
 
Method Summary
 void init(Address customerAddress)
          Initialize this order address with the information from the specified customer address.
 
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

OrderAddressImpl

public OrderAddressImpl()
Method Detail

init

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

Specified by:
init in interface OrderAddress
Parameters:
customerAddress - the address with information to load into this order addresss