| Package | Description |
|---|---|
| com.acquitygroup.webtest.model | |
| com.acquitygroup.webtest.module.myaccount |
| Modifier and Type | Method and Description |
|---|---|
Address |
Order.getBillingAddress() |
Address |
Shipment.getShippingAddress() |
| Constructor and Description |
|---|
Order(Integer orderNumber,
String orderStatus,
Date orderDate,
List<Shipment> shipments,
Address billingAddress) |
Shipment(String shippingMethod,
List<ProductLineItem> productLineItems,
Address shippingAddress) |
| Constructor and Description |
|---|
Customer(String email,
String firstName,
String lastName,
String password,
Date birthday,
List<CreditCard> paymentMethods,
List<Address> addressBook,
List<Order> orders) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AddressModule.fillAddressForm(Address address) |
Copyright © 2012-2013 Acquity Group. All Rights Reserved.