FileDocCategorySizeDatePackage
IProductSale.javaAPI DocExample424Thu Feb 17 20:01:04 GMT 2000ModelingInColor.ComponentConnectivity.Sale

IProductSale.java

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

package ModelingInColor.ComponentConnectivity.Sale;

/**
 * @stereotype plug-in point
 * @alias IProductSale
 */
public interface IProductSale {
    int doesDateMeetDueDate();
}