public interface TimeSummaryContract
TimeSummaryContract interface
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,BigDecimal> | getFlsaWeekTotalMap()TODO: Put a better comment
 The flsaWeekTotalMap associated with the TimeSummaryContract | 
| List<? extends LeaveSummaryRowContract> | getMaxedLeaveRows()The list of LeaveSummaryRow objects associated with the TimeSummaryContract | 
| List<? extends EarnGroupSectionContract> | getSections()The list of EarnGroupSection objects associated with the TimeSummaryContract | 
| List<String> | getSummaryHeader()The summaryHeader associated with the TimeSummaryContract | 
| Map<String,BigDecimal> | getWeekTotalMap()TODO: Put a better comment
 The weekTotalMap associated with the TimeSummaryContract | 
| List<BigDecimal> | getWorkedHours()The list of worked hours associated with the TimeSummaryContract | 
List<String> getSummaryHeader()
summaryHeader for TimeSummaryContract
List<? extends EarnGroupSectionContract> getSections()
sections for TimeSummaryContract
List<BigDecimal> getWorkedHours()
workedHours for TimeSummaryContract
List<? extends LeaveSummaryRowContract> getMaxedLeaveRows()
maxedLeaveRows for TimeSummaryContract
Map<String,BigDecimal> getWeekTotalMap()
weekTotalMap for TimeSummaryContract
Map<String,BigDecimal> getFlsaWeekTotalMap()
flsaWeekTotalMap for TimeSummaryContract
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.