File
Doc
Category
Size
Date
Package
Shipper.java
API Doc
Example
1295
Thu Feb 17 20:01:06 GMT 2000
RelMgmt.PartyRole
Shipper
java.lang.Object
RelMgmt.Party.PartyRole
public class Shipper extends RelMgmt.Party.PartyRole
stereotype
role
Fields Summary
private ProductSaleMgmt.ShipmentToCustomer.ShipmentToCustomer
lnkUnnamed
private String
number
private ProductSaleMgmt.DeliveryToCustomer.DeliveryToCustomer
lnkUnnamed1
Constructors Summary
Methods Summary
public
java.util.Vector
assessTimelinessOfDeliveries
()
return new Vector();
public
java.util.Vector
calcCostsUsingShipper
()
return new Vector();
public
java.math.BigDecimal
calcWeightShipped
()
return new BigDecimal(0);
public
java.util.Vector
determineDeliveryRoutes
()
return new Vector();
public
java.util.Vector
determineShippingPoints
()
return new Vector();
public
java.util.Vector
listShipments
()
return new Vector();
Java Code Source