|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.salesaudit.test.ReturnTransactionBuilderAttributes
Helper class which encapsulates data for building sales audit transaction beans.
Field Summary | |
boolean |
additionalShService
Include additional shipping and handling service for item. |
static ReturnTransactionBuilderAttributes |
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. |
java.util.List |
paymentTypes
Payment types to include, a SaePayment element will be created for each payment type. |
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 | |
ReturnTransactionBuilderAttributes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ReturnTransactionBuilderAttributes ALL_ELEMENTS
public Money itemPrice
public java.util.List itemDiscountTypes
public java.util.List itemAccommodationTypes
public boolean additionalShService
public boolean stdShService
public boolean stdShServiceDiscount
public boolean vasService
public boolean vasServiceDiscount
public java.util.List paymentTypes
Constructor Detail |
public ReturnTransactionBuilderAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |