public class AssignmentRow extends Object implements Serializable, AssignmentRowContract
Constructor and Description |
---|
AssignmentRow() |
Modifier and Type | Method and Description |
---|---|
void |
addAssignmentColumn(Integer index,
AssignmentColumn assignmentColumn) |
void |
addToAmount(int index,
BigDecimal amount) |
void |
addToTotal(int index,
BigDecimal total) |
void |
addWeeklyTotal(int index,
int weekSize) |
Map<Integer,AssignmentColumn> |
getAssignmentColumns()
The map of AssignmentColumn objects associated with the AssignmentRow
|
String |
getAssignmentKey()
The assignment key associated with the AssignmentRow
|
String |
getCssClass()
The cssClass associated with the AssignmentRow
|
String |
getDescr()
The description associated with the AssignmentRow
|
EarnCodeSection |
getEarnCodeSection()
The EarnCodeSection object associated with the AssignmentRow
|
BigDecimal |
getPeriodTotal()
The period total associated with the AssignmentRow
|
void |
setAssignmentColumns(Map<Integer,AssignmentColumn> assignmentColumns) |
void |
setAssignmentKey(String assignmentKey) |
void |
setCssClass(String cssClass) |
void |
setDescr(String descr) |
void |
setEarnCodeSection(EarnCodeSection earnCodeSection) |
void |
setPeriodTotal(BigDecimal periodTotal) |
public AssignmentRow()
public String getDescr()
AssignmentRowContract
descr for an AssignmentRow
getDescr
in interface AssignmentRowContract
public String getAssignmentKey()
AssignmentRowContract
assignmentKey for an AssignmentRow
getAssignmentKey
in interface AssignmentRowContract
public void setAssignmentKey(String assignmentKey)
public String getCssClass()
AssignmentRowContract
cssClass for an AssignmentRow
getCssClass
in interface AssignmentRowContract
public void setCssClass(String cssClass)
public EarnCodeSection getEarnCodeSection()
AssignmentRowContract
earnCodeSection for an AssignmentRow
getEarnCodeSection
in interface AssignmentRowContract
public void setEarnCodeSection(EarnCodeSection earnCodeSection)
public BigDecimal getPeriodTotal()
AssignmentRowContract
periodTotal for an AssignmentRow
getPeriodTotal
in interface AssignmentRowContract
public void setPeriodTotal(BigDecimal periodTotal)
public Map<Integer,AssignmentColumn> getAssignmentColumns()
AssignmentRowContract
assignmentColumns for an AssignmentRow
getAssignmentColumns
in interface AssignmentRowContract
public void setAssignmentColumns(Map<Integer,AssignmentColumn> assignmentColumns)
public void addAssignmentColumn(Integer index, AssignmentColumn assignmentColumn)
public void addToAmount(int index, BigDecimal amount)
public void addToTotal(int index, BigDecimal total)
public void addWeeklyTotal(int index, int weekSize)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.