public interface RateRangeContract
RateRangeContract interface
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAccrualRatePercentageModifier()
The fte sum of jobs that are associated with the RateRange
|
List<? extends AccrualCategoryContract> |
getAcList()
The list of AccrualCaegory objects associated with the RateRange
|
List<AccrualCategoryRule> |
getAcRuleList()
The list of AccrualCaegoryRule objects associated with the RateRange
|
PrincipalHRAttributesContract |
getEndPrincipalHRAttributes()
The inactive PrincipalHRAttributes associated with the RateRange
|
List<? extends JobContract> |
getJobs()
The list of active jobs associated with the RateRange
|
String |
getLeaveCalendarDocumentId()
The leaveCalendarDocumentId associated with the RateRange
|
LeavePlanContract |
getLeavePlan()
The LeavePlan object associated with the RateRange
|
String |
getPrimaryLeaveAssignmentId()
The primary leave assignment id associated with the RateRange
|
PrincipalHRAttributesContract |
getPrincipalHRAttributes()
The active PrincipalHRAttributes associated with the RateRange
|
org.joda.time.Interval |
getRange()
The date range of the RateRane
|
BigDecimal |
getStandardHours()
The standard hours sum of jobs that are associated with the RateRange
|
SystemScheduledTimeOffContract |
getSysScheTimeOff()
The SystemScheduledTimeOff object associated with the RateRange
|
boolean |
isStatusChanged()
The statusChanged flag of the RateRange
|
org.joda.time.Interval getRange()
range of a RateRange
List<? extends JobContract> getJobs()
jobs of a RateRange
BigDecimal getAccrualRatePercentageModifier()
accrualRatePercentageModifier of a RateRange
boolean isStatusChanged()
statusChanged flag of a RateRange
BigDecimal getStandardHours()
standardHours of a RateRange
PrincipalHRAttributesContract getPrincipalHRAttributes()
The active principalHRAttributes of jobs that are associated with the RateRange that has max effective date
PrincipalHRAttributesContract getEndPrincipalHRAttributes()
The inactive principalHRAttributes of jobs that are associated with the RateRange that has max effective date
LeavePlanContract getLeavePlan()
leavePlan of a RateRange
List<? extends AccrualCategoryContract> getAcList()
accrualCategories of a RateRange
List<AccrualCategoryRule> getAcRuleList()
accrualCategoryRules of a RateRange
SystemScheduledTimeOffContract getSysScheTimeOff()
sysScheTimeOff of a RateRange
String getLeaveCalendarDocumentId()
leaveCalendarDocumentId of a RateRange, which will be assigned to leave blocks created at this rate range
String getPrimaryLeaveAssignmentId()
primaryLeaveAssignmentId of a RateRange, which will be assigned to leave blocks created at this rate range
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.