|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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()
EarnGroupSectionContractearnGroup for an EarnGroupSection
getEarnGroup in interface EarnGroupSectionContractpublic void setEarnGroup(String earnGroup)
public Map<Integer,BigDecimal> getTotals()
EarnGroupSectionContracttotals for an EarnGroupSection
getTotals in interface EarnGroupSectionContract
public void addEarnCodeSection(EarnCodeSection earnCodeSection,
List<Boolean> dayArrangements)
public Map<String,EarnCodeSection> getEarnCodeToEarnCodeSectionMap()
EarnGroupSectionContractearnCodeToEarnCodeSectionMap for an EarnGroupSection
getEarnCodeToEarnCodeSectionMap in interface EarnGroupSectionContractpublic void setEarnCodeToEarnCodeSectionMap(Map<String,EarnCodeSection> earnCodeToEarnCodeSectionMap)
public void addToTotal(int index,
BigDecimal hrs)
public List<EarnCodeSection> getEarnCodeSections()
EarnGroupSectionContractearnCodeSections for an EarnGroupSection
getEarnCodeSections in interface EarnGroupSectionContractpublic 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 | |||||||||