/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package HumanResMgmt.Employment;
/**
* @stereotype plug-in point
* @alias IMakeCompensationAgreement
*/
public interface IMakeCompenAgreement {
void makeCompensationAgreement();
}
|