public interface EarnCodeContract extends KpmeEffectiveDataTransferObject
EarnCodeContract interface.
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getAccrualBalanceAction()
The action that can be taken for the balance of the AccrualCategory of an EarnCode
|
String |
getAccrualCategory()
The AccrualCategory name of the AccuralCategoryObject associated with an EarnCode
|
AccrualCategoryContract |
getAccrualCategoryObj()
The AccuralCategoryObject associated with an EarnCode
|
String |
getAffectPay()
Flag indicating use of this leave code will affect the employee's pay
|
String |
getAllowNegativeAccrualBalance()
Flag that allows usage to take the balance of the Accrual Category into the negative.
|
String |
getAllowScheduledLeave()
Flag indicating if scheduling of leave on calendar is allowed
|
String |
getCountsAsRegularPay()
The flag that indicates if the worked hours under an EarnCode should be counted as regular pay
Use this field to calculate the "Worked Hours in the Time Summary.
|
Long |
getDefaultAmountofTime()
When a user selects leave code the specified amount of time will appear in the amount of leave taken.
|
String |
getDescription()
The description of an EarnCode
|
String |
getEarnCode()
The Alpha/Numeric code used to identify an EarnCode
|
String |
getEarnCodeType()
Indicates the record method time, hour or amount
|
String |
getEligibleForAccrual()
Flag indicating this type of leave is eligible for accrual or not
|
String |
getFmla()
FLMA Leave Code indicator.
|
String |
getFractionalTimeAllowed()
Defines fractional unit of time used for reporting leave
|
String |
getHrEarnCodeId()
The Primary Key of an EarnCode entry saved in a database
|
BigDecimal |
getInflateFactor()
The hours incurred will be multiplied by this factor
|
BigDecimal |
getInflateMinHours()
Hours incurred will be inflated to this minimum hours value
|
String |
getLeavePlan()
The name of the LeavePlan that this EarnCode associates with
|
String |
getRecordMethod()
The flag that determines the value type that will be entered for the earn code
|
String |
getRollupToEarnCode()
The earn code name of the EarnCode object that this EarnCode rolls up to
|
EarnCodeContract |
getRollupToEarnCodeObj()
The EarnCode Object that this EarnCode rolls up to
|
String |
getRoundingOption()
Indicated the rounding option when calculating leave accruals and reporting.
|
String |
getUsageLimit()
The flag that indicates if usage should be included or excluded toward the usage limit
of the AccrualCategory associated with an EarnCode
|
String |
getWorkmansComp()
Workman's Comp Leave Code indicator.
|
boolean |
isOvtEarnCode()
Indicates this EarnCode may be used for overtime
|
getEffectiveLocalDate
getCreateTime
getUserPrincipalId
static final String CACHE_NAME
String getCountsAsRegularPay()
countsAsRegularPay flag of EarnCode
String getUsageLimit()
countsAsRegularPay flag of EarnCode
String getRecordMethod()
recordMethod of EarnCode
String getRollupToEarnCode()
rollupToEarnCode of EarnCode
EarnCodeContract getRollupToEarnCodeObj()
rollupToEarnCodeObj of EarnCode
String getLeavePlan()
leavePlan of EarnCode
String getAccrualBalanceAction()
accrualBalanceAction of EarnCode
String getFractionalTimeAllowed()
fractionalTimeAllowed of EarnCode
String getRoundingOption()
roundingOption of EarnCode
String getEligibleForAccrual()
eligibleForAccrual of EarnCode
String getAffectPay()
affectPay of EarnCode
String getAllowScheduledLeave()
allowScheduledLeave of EarnCode
String getFmla()
fmla flag of EarnCode
String getWorkmansComp()
workmansComp flag of EarnCode
Long getDefaultAmountofTime()
defaultAmountofTime of EarnCode
String getAllowNegativeAccrualBalance()
allowNegativeAccrualBalance flag of EarnCode
String getEarnCode()
earnCode of EarnCode
String getDescription()
description of EarnCode
String getHrEarnCodeId()
hrEarnCodeId of an EarnCode
String getAccrualCategory()
accrualCategory of an EarnCode
AccrualCategoryContract getAccrualCategoryObj()
accrualCategoryObj of an EarnCode
BigDecimal getInflateMinHours()
inflateMinHours of an EarnCode
BigDecimal getInflateFactor()
InflateFactor of an EarnCode
boolean isOvtEarnCode()
ovtEarnCode flag of an EarnCode
String getEarnCodeType()
recordmethod of an EarnCode
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.