org.kuali.hr.time.timesummary
Class EarnGroupSection
java.lang.Object
org.kuali.hr.time.timesummary.EarnGroupSection
- All Implemented Interfaces:
- Serializable
public class EarnGroupSection
- 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 |
EarnGroupSection
public EarnGroupSection()
getEarnGroup
public String getEarnGroup()
setEarnGroup
public void setEarnGroup(String earnGroup)
getTotals
public List<BigDecimal> getTotals()
addEarnCodeSection
public void addEarnCodeSection(EarnCodeSection earnCodeSection,
List<Boolean> dayArrangements)
getEarnCodeToEarnCodeSectionMap
public Map<String,EarnCodeSection> getEarnCodeToEarnCodeSectionMap()
setEarnCodeToEarnCodeSectionMap
public void setEarnCodeToEarnCodeSectionMap(Map<String,EarnCodeSection> earnCodeToEarnCodeSectionMap)
addToTotal
public void addToTotal(int index,
BigDecimal hrs)
getEarnCodeSections
public List<EarnCodeSection> getEarnCodeSections()
setEarnCodeSections
public void setEarnCodeSections(List<EarnCodeSection> earnCodeSections)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.