public interface EarnCodeSectionContract
EarnCodeSectionContract interface
Modifier and Type | Method and Description |
---|---|
Map<String,? extends AssignmentRowContract> |
getAssignKeyToAssignmentRowMap()
The map of AssignKey to AssignmentRow object associated with the EarnCodeSection
|
List<? extends AssignmentRowContract> |
getAssignmentsRows()
The list of AssignmentRow objects associated with the EarnCodeSection
|
String |
getDescription()
The description name associated with the EarnCodeSection
|
String |
getEarnCode()
The EarnCode name associated with the EarnCodeSection
|
EarnGroupSectionContract |
getEarnGroupSection()
The EarnGroupSection object associated with the EarnCodeSection
|
Boolean |
getIsAmountEarnCode()
TODO: Put a better comment
The isAmountEarnCode flag of the EarnCodeSection
|
List<BigDecimal> |
getTotals()
The list of totals associated with the EarnCodeSection
|
String getEarnCode()
earnCode for an EarnCodeSection
String getDescription()
description for an EarnCodeSection
List<? extends AssignmentRowContract> getAssignmentsRows()
assignmentsRows for an EarnCodeSection
List<BigDecimal> getTotals()
totals for an EarnCodeSection
Map<String,? extends AssignmentRowContract> getAssignKeyToAssignmentRowMap()
assignKeyToAssignmentRowMap for an EarnCodeSection
EarnGroupSectionContract getEarnGroupSection()
earnGroupSection for an EarnCodeSection
Boolean getIsAmountEarnCode()
isAmountEarnCode flag of an EarnCodeSection
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.