|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.salesaudit.test.SaleTransactionBuilderAttributes
Helper class which encapsulates data for building sales audit transaction beans.
Field Summary | |
boolean |
additionalShService
Include additional shipping and handling service for item. |
static SaleTransactionBuilderAttributes |
ALL_ELEMENTS
|
java.util.List |
itemAccommodationTypes
Accommodations to apply to item elements. |
java.util.List |
itemDiscountTypes
Discounts to apply to item elements. |
Money |
itemPrice
Item unit retail price. |
int |
numberItems
Number of item elements. |
java.util.List |
paymentTypes
Payment types to include, a SaePayment element will be created for each payment type. |
boolean |
rushService
Include standard shipping and handling service for transaction. |
boolean |
stdShService
Include standard shipping and handling service for transaction. |
boolean |
stdShServiceDiscount
Include standard shipping discounts. |
boolean |
vasService
Include standard shipping and handling service for transaction. |
boolean |
vasServiceDiscount
Include vas discounts. |
Constructor Summary | |
SaleTransactionBuilderAttributes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SaleTransactionBuilderAttributes ALL_ELEMENTS
public int numberItems
public Money itemPrice
public java.util.List itemDiscountTypes
public java.util.List itemAccommodationTypes
public boolean additionalShService
public boolean stdShService
public boolean stdShServiceDiscount
public boolean rushService
public boolean vasService
public boolean vasServiceDiscount
public java.util.List paymentTypes
Constructor Detail |
public SaleTransactionBuilderAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |