FileDocCategorySizeDatePackage
ShipmentToCustomer.javaAPI DocExample2046Thu Feb 17 20:01:04 GMT 2000ProductSaleMgmt.ShipmentToCustomer

ShipmentToCustomer

public class ShipmentToCustomer extends Object
stereotype
moment-interval

Fields Summary
private ShipmentDetail
lnkUnnamed11
private Date
dateTime
private int
shippingMethod
private BigDecimal
cost
private ProductSaleMgmt.DeliveryToCustomer.DeliveryToCustomer
lnkUnnamed
private IMakeShipmentToCustomer
lnkUnnamed3
private int
status
private ProductSaleMgmt.InvoiceToCustomer.InvoiceToCustomer
lnkUnnamed1
Constructors Summary
Methods Summary
public voidaddDetail()

    
public java.math.BigDecimalcalcDeliveryCharge()

        return new BigDecimal(0);
    
public static java.math.BigDecimalcalcTotalShipmentCosts()

        return new BigDecimal(0);
    
public static java.math.BigDecimalcalcTotalWeightShipped()

        return new BigDecimal(0);
    
public java.math.BigDecimalcalcWeight()

        return new BigDecimal(0);
    
public java.lang.StringgenerateBillOfLadingContent()

        return "XML/HTML";
    
public static java.util.VectorlistShipments()

        return new Vector();
    
public voidmakeShipmentToCustomer()

    
public java.util.Vectormi_assessDeviationFromSales()

        return new Vector();
    
public java.util.Vectormi_compareShipmentWithDeliveries()

        return new Vector();
    
public booleanverifyCreditStillAcceptable()

        return false;