FileDocCategorySizeDatePackage
PayRulesDesc.javaAPI DocExample748Thu Feb 17 20:01:00 GMT 2000HumanResMgmt.Employment

PayRulesDesc.java

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

package HumanResMgmt.Employment;

import java.math.BigDecimal;

/** @stereotype description */
public class PayRulesDesc {
    private int type;
    private int hourlyOrSalaried;
    private BigDecimal overtimeThreshold;
    private BigDecimal overtimePercentage;
    private boolean overtimePermittedBeforeShift;
    private boolean overtimePermittedAfterShift;

    /**
     * @clientCardinality 0..1
     * @supplierCardinality 0..*
     */
    private CompenAgreementDetail lnkUnnamed;
}