Uses of Class
com.elasticpath.domain.customer.impl.AbstractAddressImpl

Packages that use AbstractAddressImpl
com.elasticpath.domain.customer.impl   
com.elasticpath.domain.order.impl   
 

Uses of AbstractAddressImpl in com.elasticpath.domain.customer.impl
 

Subclasses of AbstractAddressImpl in com.elasticpath.domain.customer.impl
 class CustomerAddressImpl
          A Customer's address.
 

Uses of AbstractAddressImpl in com.elasticpath.domain.order.impl
 

Subclasses of AbstractAddressImpl in com.elasticpath.domain.order.impl
 class OrderAddressImpl
          Address that is stored as part of a completed order.