|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
TimeSummaryContractsummaryHeader for TimeSummaryContract
getSummaryHeader in interface TimeSummaryContractpublic void setSummaryHeader(List<String> summaryHeader)
public List<EarnGroupSection> getSections()
TimeSummaryContractsections for TimeSummaryContract
getSections in interface TimeSummaryContractpublic void setSections(List<EarnGroupSection> sections)
public List<BigDecimal> getWorkedHours()
TimeSummaryContractworkedHours for TimeSummaryContract
getWorkedHours in interface TimeSummaryContractpublic void setWorkedHours(List<BigDecimal> workedHours)
public String toJsonString()
public List<LeaveSummaryRow> getMaxedLeaveRows()
TimeSummaryContractmaxedLeaveRows for TimeSummaryContract
getMaxedLeaveRows in interface TimeSummaryContractpublic void setMaxedLeaveRows(List<LeaveSummaryRow> maxedLeaveRows)
public Map<String,BigDecimal> getWeekTotalMap()
TimeSummaryContractweekTotalMap for TimeSummaryContract
getWeekTotalMap in interface TimeSummaryContractpublic void setWeekTotalMap(Map<String,BigDecimal> weekTotalMap)
weekTotalMap - the weekTotalMap to setpublic Map<String,BigDecimal> getFlsaWeekTotalMap()
TimeSummaryContractflsaWeekTotalMap for TimeSummaryContract
getFlsaWeekTotalMap in interface TimeSummaryContractpublic 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 | |||||||||