FileDocCategorySizeDatePackage
IMakeBudget.javaAPI DocExample431Thu Feb 17 20:00:58 GMT 2000AccountingMgmt.Budget

IMakeBudget.java

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

package AccountingMgmt.Budget;

/** @stereotype plug-in point */
public interface IMakeBudget {
    void makeBudget();

    /** @clientCardinality 1 */

    /*#  Budget lnkUnnamed*/
}