org.kuali.hr.time.timesummary
Class TimeSummary
java.lang.Object
org.kuali.hr.time.timesummary.TimeSummary
- All Implemented Interfaces:
- Serializable
public class TimeSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSummary
public TimeSummary()
getSummaryHeader
public List<String> getSummaryHeader()
setSummaryHeader
public void setSummaryHeader(List<String> summaryHeader)
getSections
public List<EarnGroupSection> getSections()
setSections
public void setSections(List<EarnGroupSection> sections)
getWorkedHours
public List<BigDecimal> getWorkedHours()
setWorkedHours
public void setWorkedHours(List<BigDecimal> workedHours)
toJsonString
public String toJsonString()
getMaxedLeaveRows
public List<LeaveSummaryRow> getMaxedLeaveRows()
setMaxedLeaveRows
public void setMaxedLeaveRows(List<LeaveSummaryRow> maxedLeaveRows)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.