|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.pdp.businessobject.FormatProcessSummary
public class FormatProcessSummary
This class collects the summary information for payment Format Process
| Constructor Summary | |
|---|---|
FormatProcessSummary()
Constructs a FormatProcessSummary.java. |
|
| Method Summary | |
|---|---|
void |
add(PaymentGroup paymentGroup)
Add the payment detail info to our summary list |
org.kuali.rice.kns.util.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.kns.util.KualiDecimal |
getTotalAmount()
This method gets the total amount. |
org.kuali.rice.kns.util.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.kns.util.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.kns.util.KualiDecimal totalAmount)
This method sets the total amount. |
void |
setTotalCount(org.kuali.rice.kns.util.KualiInteger totalCount)
This method sets the total count. |
protected LinkedHashMap |
toStringMapper()
|
| Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
|---|
refresh |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormatProcessSummary()
| Method Detail |
|---|
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()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public org.kuali.rice.kns.util.KualiDecimal getTotalAmount()
public void setTotalAmount(org.kuali.rice.kns.util.KualiDecimal totalAmount)
totalAmount - public org.kuali.rice.kns.util.KualiInteger getTotalCount()
public void setTotalCount(org.kuali.rice.kns.util.KualiInteger totalCount)
totalCount - public ProcessSummary getProcessSummary(int index)
index - the index of the results to retrieve the process summary from
public 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.kns.util.KualiInteger getProcessId()
public void setProcessId(org.kuali.rice.kns.util.KualiInteger processId)
processId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||