org.kuali.hr.time.timesummary
Class TimeSummary

java.lang.Object
  extended by org.kuali.hr.time.timesummary.TimeSummary

public class TimeSummary
extends Object


Constructor Summary
TimeSummary()
           
 
Method Summary
 List<LeaveSummaryRow> getMaxedLeaveRows()
           
 List<EarnGroupSection> getSections()
           
 List<String> getSummaryHeader()
           
 List<BigDecimal> getWorkedHours()
           
 void setMaxedLeaveRows(List<LeaveSummaryRow> maxedLeaveRows)
           
 void setSections(List<EarnGroupSection> sections)
           
 void setSummaryHeader(List<String> summaryHeader)
           
 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

TimeSummary

public TimeSummary()
Method Detail

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.