File
Doc
Category
Size
Date
Package
SaleToCustomerDetail.java
API Doc
Example
1233
Thu Feb 17 20:01:04 GMT 2000
ProductSaleMgmt.SaleToCustomer
SaleToCustomerDetail
java.lang.Object
public class SaleToCustomerDetail extends Object
stereotype
mi-detail
Fields Summary
private int
qty
private int
UOM
private BigDecimal
negotiatedPrice
private ProductSaleMgmt.ShipmentToCustomer.ShipmentDetail
lnkUnnamed
private ProductSaleMgmt.Product.Product
lnkUnnamed1
private int
status
Constructors Summary
Methods Summary
public
java.math.BigDecimal
calcSubtotal
()
return new BigDecimal(0);
public
java.math.BigDecimal
calcTotal
()
return new BigDecimal(0);
public
int
getQtyInInterval
()
return 0;
public
java.util.Vector
mi_compareSaleWithDeliveries
()
return new Vector();
public
java.util.Vector
mi_compareSaleWithShipments
()
return new Vector();
Java Code Source