org.kuali.kpme.tklm.time.timesummary
Class AssignmentRow

java.lang.Object
  extended by org.kuali.kpme.tklm.time.timesummary.AssignmentRow
All Implemented Interfaces:
Serializable, AssignmentRowContract

public class AssignmentRow
extends Object
implements Serializable, AssignmentRowContract

See Also:
Serialized Form

Constructor Summary
AssignmentRow()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentRow

public AssignmentRow()
Method Detail

getDescr

public String getDescr()
Description copied from interface: AssignmentRowContract
The description associated with the AssignmentRow

descr for an AssignmentRow

Specified by:
getDescr in interface AssignmentRowContract
Returns:
descr for AssignmentRow

setDescr

public void setDescr(String descr)

getAssignmentKey

public String getAssignmentKey()
Description copied from interface: AssignmentRowContract
The assignment key associated with the AssignmentRow

assignmentKey for an AssignmentRow

Specified by:
getAssignmentKey in interface AssignmentRowContract
Returns:
assignmentKey for AssignmentRow

setAssignmentKey

public void setAssignmentKey(String assignmentKey)

getCssClass

public String getCssClass()
Description copied from interface: AssignmentRowContract
The cssClass associated with the AssignmentRow

cssClass for an AssignmentRow

Specified by:
getCssClass in interface AssignmentRowContract
Returns:
cssClass for AssignmentRow

setCssClass

public void setCssClass(String cssClass)

getEarnCodeSection

public EarnCodeSection getEarnCodeSection()
Description copied from interface: AssignmentRowContract
The EarnCodeSection object associated with the AssignmentRow

earnCodeSection for an AssignmentRow

Specified by:
getEarnCodeSection in interface AssignmentRowContract
Returns:
earnCodeSection for AssignmentRow

setEarnCodeSection

public void setEarnCodeSection(EarnCodeSection earnCodeSection)

getPeriodTotal

public BigDecimal getPeriodTotal()
Description copied from interface: AssignmentRowContract
The period total associated with the AssignmentRow

periodTotal for an AssignmentRow

Specified by:
getPeriodTotal in interface AssignmentRowContract
Returns:
periodTotal for AssignmentRow

setPeriodTotal

public void setPeriodTotal(BigDecimal periodTotal)

getAssignmentColumns

public Map<Integer,AssignmentColumn> getAssignmentColumns()
Description copied from interface: AssignmentRowContract
The map of AssignmentColumn objects associated with the AssignmentRow

assignmentColumns for an AssignmentRow

Specified by:
getAssignmentColumns in interface AssignmentRowContract
Returns:
assignmentColumns for AssignmentRow

setAssignmentColumns

public void setAssignmentColumns(Map<Integer,AssignmentColumn> assignmentColumns)

addAssignmentColumn

public void addAssignmentColumn(Integer index,
                                AssignmentColumn assignmentColumn)

addToAmount

public void addToAmount(int index,
                        BigDecimal amount)

addToTotal

public void addToTotal(int index,
                       BigDecimal total)

addWeeklyTotal

public void addWeeklyTotal(int index,
                           int weekSize)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.