public interface EarnGroupSectionContract
EarnGroupSectionContract interface
Modifier and Type | Method and Description |
---|---|
List<? extends EarnCodeSectionContract> |
getEarnCodeSections()
The list of EarnCodeSection objects associated with the EarnGroupSection
|
Map<String,? extends EarnCodeSectionContract> |
getEarnCodeToEarnCodeSectionMap()
The map of EarnCode to EarnCodeSection object associated with the EarnGroupSection
|
String |
getEarnGroup()
The EarnGroup name associated with the EarnGroupSection
|
BigDecimal |
getEarnGroupTotalConverted() |
BigDecimal |
getEarnGroupTotalMinutes() |
Map<Integer,BigDecimal> |
getTotals()
The map of totals associated with the EarnGroupSection
|
String getEarnGroup()
earnGroup for an EarnGroupSection
Map<Integer,BigDecimal> getTotals()
totals for an EarnGroupSection
Map<String,? extends EarnCodeSectionContract> getEarnCodeToEarnCodeSectionMap()
earnCodeToEarnCodeSectionMap for an EarnGroupSection
List<? extends EarnCodeSectionContract> getEarnCodeSections()
earnCodeSections for an EarnGroupSection
BigDecimal getEarnGroupTotalMinutes()
BigDecimal getEarnGroupTotalConverted()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.