|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.kpme.tklm.time.timesummary.TimeSummary
public class TimeSummary
Constructor Summary | |
---|---|
TimeSummary()
|
Method Summary | |
---|---|
Map<String,BigDecimal> |
getFlsaWeekTotalMap()
TODO: Put a better comment The flsaWeekTotalMap associated with the TimeSummaryContract |
BigDecimal |
getGrandTotal()
|
List<LeaveSummaryRow> |
getMaxedLeaveRows()
The list of LeaveSummaryRow objects associated with the TimeSummaryContract |
List<EarnGroupSection> |
getSections()
The list of EarnGroupSection objects associated with the TimeSummaryContract |
List<String> |
getSummaryHeader()
The summaryHeader associated with the TimeSummaryContract |
Map<Integer,String> |
getTimeSummaryHeader()
|
Map<String,String> |
getWeekDates()
|
Map<String,List<EarnGroupSection>> |
getWeeklySections()
|
Map<String,Map<Integer,BigDecimal>> |
getWeeklyWorkedHours()
|
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 |
void |
setFlsaWeekTotalMap(Map<String,BigDecimal> flsaWeekTotalMap)
|
void |
setGrandTotal(BigDecimal grandTotal)
|
void |
setMaxedLeaveRows(List<LeaveSummaryRow> maxedLeaveRows)
|
void |
setSections(List<EarnGroupSection> sections)
|
void |
setSummaryHeader(List<String> summaryHeader)
|
void |
setTimeSummaryHeader(Map<Integer,String> timeSummaryHeader)
|
void |
setWeekDates(Map<String,String> weekDates)
|
void |
setWeeklySections(Map<String,List<EarnGroupSection>> weeklySections)
|
void |
setWeeklyWorkedHours(Map<String,Map<Integer,BigDecimal>> weeklyWorkedHours)
|
void |
setWeekTotalMap(Map<String,BigDecimal> weekTotalMap)
|
void |
setWorkedHours(List<BigDecimal> workedHours)
|
String |
toJsonString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeSummary()
Method Detail |
---|
public BigDecimal getGrandTotal()
public void setGrandTotal(BigDecimal grandTotal)
public List<String> getSummaryHeader()
TimeSummaryContract
summaryHeader for TimeSummaryContract
getSummaryHeader
in interface TimeSummaryContract
public void setSummaryHeader(List<String> summaryHeader)
public List<EarnGroupSection> getSections()
TimeSummaryContract
sections for TimeSummaryContract
getSections
in interface TimeSummaryContract
public void setSections(List<EarnGroupSection> sections)
public List<BigDecimal> getWorkedHours()
TimeSummaryContract
workedHours for TimeSummaryContract
getWorkedHours
in interface TimeSummaryContract
public void setWorkedHours(List<BigDecimal> workedHours)
public String toJsonString()
public List<LeaveSummaryRow> getMaxedLeaveRows()
TimeSummaryContract
maxedLeaveRows for TimeSummaryContract
getMaxedLeaveRows
in interface TimeSummaryContract
public void setMaxedLeaveRows(List<LeaveSummaryRow> maxedLeaveRows)
public Map<String,BigDecimal> getWeekTotalMap()
TimeSummaryContract
weekTotalMap for TimeSummaryContract
getWeekTotalMap
in interface TimeSummaryContract
public void setWeekTotalMap(Map<String,BigDecimal> weekTotalMap)
weekTotalMap
- the weekTotalMap to setpublic Map<String,BigDecimal> getFlsaWeekTotalMap()
TimeSummaryContract
flsaWeekTotalMap for TimeSummaryContract
getFlsaWeekTotalMap
in interface TimeSummaryContract
public void setFlsaWeekTotalMap(Map<String,BigDecimal> flsaWeekTotalMap)
public Map<String,String> getWeekDates()
public void setWeekDates(Map<String,String> weekDates)
public Map<String,List<EarnGroupSection>> getWeeklySections()
public void setWeeklySections(Map<String,List<EarnGroupSection>> weeklySections)
public Map<String,Map<Integer,BigDecimal>> getWeeklyWorkedHours()
public void setWeeklyWorkedHours(Map<String,Map<Integer,BigDecimal>> weeklyWorkedHours)
public Map<Integer,String> getTimeSummaryHeader()
public void setTimeSummaryHeader(Map<Integer,String> timeSummaryHeader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |