public class FormatProcessSummary extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Constructor and Description |
---|
FormatProcessSummary()
Constructs a FormatProcessSummary.java.
|
Modifier and Type | Method and Description |
---|---|
void |
add(PaymentGroup paymentGroup)
Add the payment detail info to our summary list
|
org.kuali.rice.core.api.util.type.KualiInteger |
getProcessId()
This method gets the process id.
|
ProcessSummary |
getProcessSummary(int index)
This method retrieves a specific process summary from the list, by index
|
List<ProcessSummary> |
getProcessSummaryList()
This method gets the process summary list
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalAmount()
This method gets the total amount.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getTotalCount()
This method gets the total count.
|
void |
save()
Save all the process summary records
|
void |
setDisbursementNumber(PaymentGroup paymentGroup,
Integer disbursementNumber) |
void |
setProcessId(org.kuali.rice.core.api.util.type.KualiInteger processId)
This method sets the process id.
|
void |
setProcessSummary(int key,
ProcessSummary value)
This method sets a process summary value at a given index in the process summary list.
|
void |
setProcessSummaryList(List<ProcessSummary> processSummaryList)
This method sets the process summary list.
|
void |
setTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal totalAmount)
This method sets the total amount.
|
void |
setTotalCount(org.kuali.rice.core.api.util.type.KualiInteger totalCount)
This method sets the total count.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
public FormatProcessSummary()
public void add(PaymentGroup paymentGroup)
paymentGroup
- public void save()
pdd
- public void setDisbursementNumber(PaymentGroup paymentGroup, Integer disbursementNumber)
pg
- Update the disbursement number informationrange
- protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public org.kuali.rice.core.api.util.type.KualiDecimal getTotalAmount()
public void setTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal totalAmount)
totalAmount
- public org.kuali.rice.core.api.util.type.KualiInteger getTotalCount()
public void setTotalCount(org.kuali.rice.core.api.util.type.KualiInteger totalCount)
totalCount
- public ProcessSummary getProcessSummary(int index)
index
- the index of the results to retrieve the process summary frompublic void setProcessSummary(int key, ProcessSummary value)
key
- the indexvalue
- the new valuepublic List<ProcessSummary> getProcessSummaryList()
public void setProcessSummaryList(List<ProcessSummary> processSummaryList)
processSummaryList
- public org.kuali.rice.core.api.util.type.KualiInteger getProcessId()
public void setProcessId(org.kuali.rice.core.api.util.type.KualiInteger processId)
processId
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.