FileDocCategorySizeDatePackage
IMakeCompenAgreement.javaAPI DocExample434Thu Feb 17 20:01:00 GMT 2000HumanResMgmt.Employment

IMakeCompenAgreement.java

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

package HumanResMgmt.Employment;

/**
 * @stereotype plug-in point
 * @alias IMakeCompensationAgreement
 */
public interface IMakeCompenAgreement {
    void makeCompensationAgreement();
}