public class EarnCodeSection extends Object implements Serializable, EarnCodeSectionContract
Constructor and Description |
---|
EarnCodeSection() |
Modifier and Type | Method and Description |
---|---|
void |
addAssignmentRow(AssignmentRow assignRow) |
void |
addToAmount(int index,
BigDecimal amount) |
void |
addToTotal(int index,
BigDecimal hrs) |
void |
addToTotalMinutes(int index,
BigDecimal minutes) |
void |
addWeeklyTotal(int index,
int weekSize) |
Map<String,AssignmentRow> |
getAssignKeyToAssignmentRowMap()
The map of AssignKey to AssignmentRow object associated with the EarnCodeSection
|
List<AssignmentRow> |
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
|
EarnGroupSection |
getEarnGroupSection()
The EarnGroupSection object associated with the EarnCodeSection
|
Boolean |
getIsAmountEarnCode()
TODO: Put a better comment
The isAmountEarnCode flag of the EarnCodeSection
|
List<BigDecimal> |
getTotalMinutes() |
List<BigDecimal> |
getTotals()
The list of totals associated with the EarnCodeSection
|
void |
setAssignKeyToAssignmentRowMap(Map<String,AssignmentRow> assignKeyToAssignmentRowMap) |
void |
setAssignmentsRows(List<AssignmentRow> assignmentsRows) |
void |
setDescription(String description) |
void |
setEarnCode(String earnCode) |
void |
setEarnGroupSection(EarnGroupSection earnGroupSection) |
void |
setIsAmountEarnCode(Boolean isAmountEarnCode) |
void |
setTotalMinutes(List<BigDecimal> totalMinutes) |
void |
setTotals(List<BigDecimal> totals) |
public EarnCodeSection()
public String getEarnCode()
EarnCodeSectionContract
earnCode for an EarnCodeSection
getEarnCode
in interface EarnCodeSectionContract
public void setEarnCode(String earnCode)
public String getDescription()
EarnCodeSectionContract
description for an EarnCodeSection
getDescription
in interface EarnCodeSectionContract
public void setDescription(String description)
public void addAssignmentRow(AssignmentRow assignRow)
public void addWeeklyTotal(int index, int weekSize)
public List<AssignmentRow> getAssignmentsRows()
EarnCodeSectionContract
assignmentsRows for an EarnCodeSection
getAssignmentsRows
in interface EarnCodeSectionContract
public void setAssignmentsRows(List<AssignmentRow> assignmentsRows)
public List<BigDecimal> getTotals()
EarnCodeSectionContract
totals for an EarnCodeSection
getTotals
in interface EarnCodeSectionContract
public void setTotals(List<BigDecimal> totals)
public List<BigDecimal> getTotalMinutes()
public void setTotalMinutes(List<BigDecimal> totalMinutes)
public Map<String,AssignmentRow> getAssignKeyToAssignmentRowMap()
EarnCodeSectionContract
assignKeyToAssignmentRowMap for an EarnCodeSection
getAssignKeyToAssignmentRowMap
in interface EarnCodeSectionContract
public void setAssignKeyToAssignmentRowMap(Map<String,AssignmentRow> assignKeyToAssignmentRowMap)
public void addToTotal(int index, BigDecimal hrs)
public void addToTotalMinutes(int index, BigDecimal minutes)
public void addToAmount(int index, BigDecimal amount)
public EarnGroupSection getEarnGroupSection()
EarnCodeSectionContract
earnGroupSection for an EarnCodeSection
getEarnGroupSection
in interface EarnCodeSectionContract
public void setEarnGroupSection(EarnGroupSection earnGroupSection)
public Boolean getIsAmountEarnCode()
EarnCodeSectionContract
isAmountEarnCode flag of an EarnCodeSection
getIsAmountEarnCode
in interface EarnCodeSectionContract
public void setIsAmountEarnCode(Boolean isAmountEarnCode)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.