FileDocCategorySizeDatePackage
ProductSale.javaAPI DocExample552Thu Feb 17 20:01:04 GMT 2000ModelingInColor.ComponentConnectivity.ProductSale

ProductSale.java

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

package ModelingInColor.ComponentConnectivity.ProductSale;

/**
 * @stereotype moment-interval
 * @alias ProductSale
 */
public class ProductSale {
    /**  */
    public int assessTimelinessOfShipments() {
        return -1;
    }

    public int doesDateMeetDueDate() {
        return -1;
    }
}