FileDocCategorySizeDatePackage
ProductAgreementDesc.javaAPI DocExample1049Thu Feb 17 20:01:04 GMT 2000ProductSaleMgmt.Product

ProductAgreementDesc

public class ProductAgreementDesc extends Object
stereotype
description

Fields Summary
private ProductSaleMgmt.ProductAgreement.CommissionAgreementDetail
lnkUnnamed1
Constructors Summary
Methods Summary
public java.math.BigDecimalcalcAvgCommissionAgreement()

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

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

        return new BigDecimal(0);
    
public java.util.VectorlistCommissionAgreements()

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

        return new Vector();