File
Doc
Category
Size
Date
Package
ProductAgreementDesc.java
API Doc
Example
1049
Thu Feb 17 20:01:04 GMT 2000
ProductSaleMgmt.Product
ProductAgreementDesc
java.lang.Object
public class ProductAgreementDesc extends Object
stereotype
description
Fields Summary
private ProductSaleMgmt.ProductAgreement.CommissionAgreementDetail
lnkUnnamed1
Constructors Summary
Methods Summary
public
java.math.BigDecimal
calcAvgCommissionAgreement
()
return new BigDecimal(0);
public
java.math.BigDecimal
calcAvgPercentageDiscountAgreement
()
return new BigDecimal(0);
public
java.math.BigDecimal
calcAvgPriceDiscountAgreement
()
return new BigDecimal(0);
public
java.util.Vector
listCommissionAgreements
()
return new Vector();
public
java.util.Vector
listDiscountAgreements
()
return new Vector();
Java Code Source