|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This object represents the shipping information assoicated with a group of orderlines that were shipped via the same container to the same ShipTo. It contains a set of ExAOrderLines and the shipping information associated with these orderlines.
Retek Inc. Copyright (c) 2003
Method Summary | |
---|---|
java.math.BigDecimal |
getAdditionalShippingCharge()
|
java.lang.String |
getCarrierDescription()
The carrier description. |
java.lang.String |
getCarrierNumber()
The carrier number. |
java.lang.String |
getCarrierTrackingNumber()
|
java.lang.String |
getCarrierTrackingUrl()
|
java.util.Date |
getDeliveryConfirmationDate()
|
java.util.Date |
getEstimatedArrivalDate()
|
java.util.Date |
getExpectedReceiptDate()
|
java.lang.String |
getFulfillmentWarehouseNumber()
|
java.math.BigDecimal |
getHeight()
|
java.math.BigDecimal |
getLength()
|
java.lang.String |
getRmaNumber()
Returns the unique identifier for the container |
java.math.BigDecimal |
getRushDeliveryCharge()
|
java.math.BigDecimal |
getSettlementValue()
|
java.util.Date |
getShipConfirmationReceivedDate()
|
java.util.Set |
getShippedContainerLines()
|
java.lang.String |
getShippedContainerNumber()
Returns the container number of the container that holds the shipped container lines. |
java.util.Date |
getShippedDate()
|
java.lang.String |
getShippingMethodDescription()
|
java.lang.String |
getShippingMethodNumber()
|
ExAShipToLabel |
getShipTo()
|
java.math.BigDecimal |
getStandardShippingCharge()
|
java.math.BigDecimal |
getStandardShippingItemTotal()
|
java.lang.String |
getSupplierDisplayCode()
|
java.lang.String |
getSupplierName()
|
java.lang.String |
getTaxInvoiceNumber()
Tax Invoice is the invoice number passed to us by Vertex |
java.math.BigDecimal |
getTotalActualStandardShippingAndRushDeliveryTax()
|
java.math.BigDecimal |
getTotalActualTaxAtShipTime()
|
java.math.BigDecimal |
getTotalChargedStandardShippingAndRushDeliveryTax()
This is the total of Tax that has acctually been charge. |
java.math.BigDecimal |
getTotalChargedTaxAtShipTime()
|
java.math.BigDecimal |
getTotalExtendedPrice()
Total Extended means the quantity * the base merch price * the orderlines Example: |
java.math.BigDecimal |
getTotalGiftServiceCharge()
|
java.math.BigDecimal |
getTotalMerchChargeForRushShipping()
See javadoc for getTotalMerchChargeForStandardShipping. |
java.math.BigDecimal |
getTotalMerchChargeForStandardShipping()
Total Merch Charge For Standard Shipping means the following: |
java.math.BigDecimal |
getTotalPersonalizationServiceCharge()
|
java.math.BigDecimal |
getTotalServiceCharge()
|
java.math.BigDecimal |
getTotalShippedQuantity()
|
java.math.BigDecimal |
getTotalShippingCharge()
|
java.math.BigDecimal |
getTotalTax()
|
java.lang.String |
getType()
|
java.math.BigDecimal |
getWeight()
|
java.math.BigDecimal |
getWidth()
|
boolean |
isReplacementSale()
|
boolean |
isZeroChargeShipTo()
|
Method Detail |
public java.lang.String getCarrierTrackingNumber()
public java.lang.String getCarrierTrackingUrl()
public java.math.BigDecimal getHeight()
public java.math.BigDecimal getLength()
public java.math.BigDecimal getWeight()
public java.math.BigDecimal getWidth()
public java.lang.String getRmaNumber()
public java.lang.String getShippedContainerNumber()
public java.util.Date getShippedDate()
public java.util.Date getEstimatedArrivalDate()
public java.lang.String getType()
public java.lang.String getTaxInvoiceNumber()
public java.util.Date getDeliveryConfirmationDate()
public java.util.Date getShipConfirmationReceivedDate()
public java.math.BigDecimal getTotalExtendedPrice()
OrderLine 1: Base merch price: 5, quantity 3, extended price is 15 OrderLine 2: Base merch price: 10, quantity 2, extended price is 10 TotalExtendedPrice is: $25.
public java.math.BigDecimal getStandardShippingCharge()
public java.math.BigDecimal getSettlementValue()
public java.math.BigDecimal getTotalShippingCharge()
public java.math.BigDecimal getTotalServiceCharge()
public java.math.BigDecimal getStandardShippingItemTotal()
public java.math.BigDecimal getTotalMerchChargeForStandardShipping()
It is the sum of all the standard shipping charge for the order lines on this shipped container To understand this, you have to understand how Rcom determines the ammount of shipping to charge a customer. Per WS's business rules, the shipping charge is based on the Total $$ of the order. Rcom then assigns a % of that "shipping" charge to each orderline based on the % of the grand total $$ the order line is. Example: if the OrderLine 1 is $5 and the Order $ total is $10, the % of the shipping charge for that line is %50. So if you asked that line for its ShippingCharge, and the total shipping charge is $2, the line would return you $1. Since ExaShippedContainer is a collection of orderlines, this method totals all the ShippingCharges on the order lines this object is holding.
public java.math.BigDecimal getTotalMerchChargeForRushShipping()
public java.math.BigDecimal getTotalTax()
public java.math.BigDecimal getTotalChargedStandardShippingAndRushDeliveryTax()
public java.math.BigDecimal getTotalActualStandardShippingAndRushDeliveryTax()
public java.math.BigDecimal getTotalPersonalizationServiceCharge()
public java.math.BigDecimal getTotalGiftServiceCharge()
public java.math.BigDecimal getAdditionalShippingCharge()
public java.math.BigDecimal getRushDeliveryCharge()
public java.util.Date getExpectedReceiptDate()
public boolean isReplacementSale()
public boolean isZeroChargeShipTo()
public java.math.BigDecimal getTotalActualTaxAtShipTime()
public java.math.BigDecimal getTotalShippedQuantity()
public java.math.BigDecimal getTotalChargedTaxAtShipTime()
public java.lang.String getSupplierDisplayCode()
public java.lang.String getSupplierName()
public java.lang.String getCarrierNumber()
public java.lang.String getCarrierDescription()
public java.lang.String getShippingMethodNumber()
public java.lang.String getShippingMethodDescription()
public java.lang.String getFulfillmentWarehouseNumber()
public ExAShipToLabel getShipTo()
public java.util.Set getShippedContainerLines()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |