com.worldpac.catalog
Class Shipping

java.lang.Object
  |
  +--com.worldpac.dca.Shipping
        |
        +--com.worldpac.catalog.Shipping

public class Shipping
extends com.worldpac.dca.Shipping

Shipping


Field Summary
 int orderStatus
           
 
Fields inherited from class com.worldpac.dca.Shipping
earliestDeliverOn, earliestSubmitBy, htShipping, shippingServiceIndex, shippingServiceVector
 
Constructor Summary
Shipping()
           
 
Method Summary
 java.util.Vector getShippingLines()
          Get Shipping Lines
 
Methods inherited from class com.worldpac.dca.Shipping
addShippingOption, getDaySpan, getOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderStatus

public int orderStatus
Constructor Detail

Shipping

public Shipping()
Method Detail

getShippingLines

public java.util.Vector getShippingLines()
Get Shipping Lines

Returns:
A Vector of ShippingLine objects