public class OriginEntryStatistics extends Object
| Constructor and Description | 
|---|
| OriginEntryStatistics() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addBudget(org.kuali.rice.core.api.util.type.KualiDecimal b) | 
| void | addCredit(org.kuali.rice.core.api.util.type.KualiDecimal c) | 
| void | addDebit(org.kuali.rice.core.api.util.type.KualiDecimal d) | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getBudgetTotalAmount() | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getCreditTotalAmount() | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getDebitTotalAmount() | 
| Integer | getRowCount() | 
| void | incrementCount() | 
| void | setBudgetTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal budgetTotalAmount) | 
| void | setCreditTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal creditTotalAmount) | 
| void | setDebitTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal debitTotalAmount) | 
| void | setRowCount(Integer rowCount) | 
public OriginEntryStatistics()
public void addDebit(org.kuali.rice.core.api.util.type.KualiDecimal d)
public void addCredit(org.kuali.rice.core.api.util.type.KualiDecimal c)
public void addBudget(org.kuali.rice.core.api.util.type.KualiDecimal b)
public void incrementCount()
public org.kuali.rice.core.api.util.type.KualiDecimal getCreditTotalAmount()
public void setCreditTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal creditTotalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getDebitTotalAmount()
public void setDebitTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal debitTotalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetTotalAmount()
public void setBudgetTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal budgetTotalAmount)
public Integer getRowCount()
public void setRowCount(Integer rowCount)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.