|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractEntityImpl
com.elasticpath.domain.customer.impl.AbstractAddressImpl
com.elasticpath.domain.order.impl.OrderAddressImpl
public class OrderAddressImpl
Address that is stored as part of a completed order.
| 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 |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public OrderAddressImpl()
| Method Detail |
|---|
public void init(Address customerAddress)
init in interface OrderAddresscustomerAddress - the address with information
to load into this order addresss
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||