FileDocCategorySizeDatePackage
IMakeDiscountAgreement.javaAPI DocExample397Thu Feb 17 20:01:04 GMT 2000ProductSaleMgmt.ProductAgreement

IMakeDiscountAgreement.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package ProductSaleMgmt.ProductAgreement;

/** @stereotype plug-in point */
public interface IMakeDiscountAgreement {
    void makeDiscountAgreement();
}