BEA Systems, Inc.

theory.smart.ebusiness.shipping
Interface ShippingMethodConstants

All Known Subinterfaces:
ShippingMethod
All Known Implementing Classes:
ShippingMethodImpl

public interface ShippingMethodConstants

This interface defines the contants that are associated with the ShippingMethod Interface.

See Also:
ShippingMethod

Field Summary
static java.lang.String FLATRATE
          A single flat rate price is returned as specified in the price field.
static java.lang.String PERCENTAGE
          The total cost of the order is multiplied by the percenate specified to determine the cost.
static java.lang.String PERITEM
          The count of items in the order is multiplied by the price field to determine the shipping cost.
static java.lang.String POLICY
          .
 

Field Detail

POLICY

public static final java.lang.String POLICY
. Uses the Shipping Cost Calculation Policy to determine the total cost

FLATRATE

public static final java.lang.String FLATRATE
A single flat rate price is returned as specified in the price field.

PERITEM

public static final java.lang.String PERITEM
The count of items in the order is multiplied by the price field to determine the shipping cost.

PERCENTAGE

public static final java.lang.String PERCENTAGE
The total cost of the order is multiplied by the percenate specified to determine the cost.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved