|
||||||||||
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.EarnGroupSection
public class EarnGroupSection
Constructor Summary | |
---|---|
EarnGroupSection()
|
Method Summary | |
---|---|
void |
addEarnCodeSection(EarnCodeSection earnCodeSection,
List<Boolean> dayArrangements)
|
void |
addToTotal(int index,
BigDecimal hrs)
|
List<EarnCodeSection> |
getEarnCodeSections()
The list of EarnCodeSection objects associated with the EarnGroupSection |
Map<String,EarnCodeSection> |
getEarnCodeToEarnCodeSectionMap()
The map of EarnCode to EarnCodeSection object associated with the EarnGroupSection |
String |
getEarnGroup()
The EarnGroup name associated with the EarnGroupSection |
BigDecimal |
getEarnGroupTotal()
|
Map<Integer,BigDecimal> |
getTotals()
The map of totals associated with the EarnGroupSection |
void |
setEarnCodeSections(List<EarnCodeSection> earnCodeSections)
|
void |
setEarnCodeToEarnCodeSectionMap(Map<String,EarnCodeSection> earnCodeToEarnCodeSectionMap)
|
void |
setEarnGroup(String earnGroup)
|
void |
setEarnGroupTotal(BigDecimal earnGroupTotal)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EarnGroupSection()
Method Detail |
---|
public String getEarnGroup()
EarnGroupSectionContract
earnGroup for an EarnGroupSection
getEarnGroup
in interface EarnGroupSectionContract
public void setEarnGroup(String earnGroup)
public Map<Integer,BigDecimal> getTotals()
EarnGroupSectionContract
totals for an EarnGroupSection
getTotals
in interface EarnGroupSectionContract
public void addEarnCodeSection(EarnCodeSection earnCodeSection, List<Boolean> dayArrangements)
public Map<String,EarnCodeSection> getEarnCodeToEarnCodeSectionMap()
EarnGroupSectionContract
earnCodeToEarnCodeSectionMap for an EarnGroupSection
getEarnCodeToEarnCodeSectionMap
in interface EarnGroupSectionContract
public void setEarnCodeToEarnCodeSectionMap(Map<String,EarnCodeSection> earnCodeToEarnCodeSectionMap)
public void addToTotal(int index, BigDecimal hrs)
public List<EarnCodeSection> getEarnCodeSections()
EarnGroupSectionContract
earnCodeSections for an EarnGroupSection
getEarnCodeSections
in interface EarnGroupSectionContract
public void setEarnCodeSections(List<EarnCodeSection> earnCodeSections)
public BigDecimal getEarnGroupTotal()
public void setEarnGroupTotal(BigDecimal earnGroupTotal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |