Method Summary |
|
public boolean | equals(Object obj) |
public KualiDecimal | getCsfAmount() |
public String | getCsfDeleteCode() Gets the csfDeleteCode. |
public BigDecimal | getCsfFullTimeEmploymentQuantity() Gets the csfFullTimeEmploymentQuantity. |
public String | getCsfFundingStatusCode() Gets the csfFundingStatusCode. |
public BigDecimal | getCsfTimePercent() Gets the csfTimePercent. |
public KualiDecimal | getCurrentAmount() Gets the currentAmount. |
public KualiDecimal | getOutstandingEncumbrance() Gets the outstandingEncumbrance. |
public String | getPersonName() Gets the person name. |
public KualiDecimal | getTotalAmount() Returns a total amount based upon adding any outstanding encumberence records to the annual balance amount. |
public int | hashCode() |
public void | setCsfAmount(KualiDecimal csfAmount) Sets the csfAmount. |
public void | setCsfDeleteCode(String csfDeleteCode) Sets the csfDeleteCode. |
public void | setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity) Sets the csfFullTimeEmploymentQuantity. |
public void | setCsfFundingStatusCode(String csfFundingStatusCode) Sets the csfFundingStatusCode. |
public void | setCsfTimePercent(BigDecimal csfTimePercent) Sets the csfTimePercent. |
public void | setCurrentAmount(KualiDecimal currentAmount) Sets the currentAmount. |
public void | setOutstandingEncumbrance(KualiDecimal outstandingEncumbrance) Sets the outstandingEncumbrance. |
public void | setPersonName(String personName) Sets the persons name. |
public void | setTotalAmount(KualiDecimal totalAmount) Sets the total amount. |