org.kuali.kpme.tklm.api.time.timesummary
Interface TimeSummaryContract

All Known Implementing Classes:
TimeSummary

public interface TimeSummaryContract

TimeSummaryContract interface


Method Summary
 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
 

Method Detail

getSummaryHeader

List<String> getSummaryHeader()
The summaryHeader associated with the TimeSummaryContract

summaryHeader for TimeSummaryContract

Returns:
summaryHeader for TimeSummaryContract

getSections

List<? extends EarnGroupSectionContract> getSections()
The list of EarnGroupSection objects associated with the TimeSummaryContract

sections for TimeSummaryContract

Returns:
sections for TimeSummaryContract

getWorkedHours

List<BigDecimal> getWorkedHours()
The list of worked hours associated with the TimeSummaryContract

workedHours for TimeSummaryContract

Returns:
workedHours for TimeSummaryContract

getMaxedLeaveRows

List<? extends LeaveSummaryRowContract> getMaxedLeaveRows()
The list of LeaveSummaryRow objects associated with the TimeSummaryContract

maxedLeaveRows for TimeSummaryContract

Returns:
maxedLeaveRows for TimeSummaryContract

getWeekTotalMap

Map<String,BigDecimal> getWeekTotalMap()
TODO: Put a better comment The weekTotalMap associated with the TimeSummaryContract

weekTotalMap for TimeSummaryContract

Returns:
weekTotalMap for TimeSummaryContract

getFlsaWeekTotalMap

Map<String,BigDecimal> getFlsaWeekTotalMap()
TODO: Put a better comment The flsaWeekTotalMap associated with the TimeSummaryContract

flsaWeekTotalMap for TimeSummaryContract

Returns:
flsaWeekTotalMap for TimeSummaryContract


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.