|
||||||||||
| 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.PaymentFileLoad
public class PaymentFileLoad
Represents the parsed contents of an incoming payment file.
| Constructor Summary | |
|---|---|
PaymentFileLoad()
|
|
| Method Summary | |
|---|---|
void |
addPaymentGroup(PaymentGroup paymentGroup)
Adds a PaymentGroup to the group List |
int |
getActualPaymentCount()
|
org.kuali.rice.kns.util.KualiInteger |
getBatchId()
Gets the batchId attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCalculatedPaymentTotalAmount()
|
String |
getChart()
Gets the chart attribute. |
Timestamp |
getCreationDate()
Gets the creationDate attribute. |
CustomerProfile |
getCustomer()
Gets the customer attribute. |
int |
getPaymentCount()
Gets the paymentCount attribute. |
List<PaymentGroup> |
getPaymentGroups()
Gets the paymentGroups attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getPaymentTotalAmount()
Gets the paymentTotalAmount attribute. |
String |
getSubUnit()
Gets the subUnit attribute. |
List<PaymentDetail> |
getThresholdPaymentDetails()
Gets the thresholdPaymentDetails attribute. |
String |
getUnit()
Gets the unit attribute. |
boolean |
isDetailThreshold()
Gets the detailThreshold attribute. |
boolean |
isFileThreshold()
Gets the fileThreshold attribute. |
boolean |
isPassedValidation()
Gets the passedValidation attribute. |
boolean |
isTaxEmailRequired()
Gets the taxEmailRequired attribute. |
void |
setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
Sets the batchId attribute value. |
void |
setChart(String chart)
Sets the chart attribute value. |
void |
setCreationDate(String creationDate)
Takes a String and attempt to format as Timestamp
|
void |
setCreationDate(Timestamp creationDate)
Sets the creationDate attribute value. |
void |
setCustomer(CustomerProfile customer)
Sets the customer attribute value. |
void |
setDetailThreshold(boolean detailThreshold)
Sets the detailThreshold attribute value. |
void |
setFileThreshold(boolean fileThreshold)
Sets the fileThreshold attribute value. |
void |
setPassedValidation(boolean passedValidation)
Sets the passedValidation attribute value. |
void |
setPaymentCount(int paymentCount)
Sets the paymentCount attribute value. |
void |
setPaymentCount(String paymentCount)
Helper method to set the paymentCount int from a string. |
void |
setPaymentGroups(List<PaymentGroup> paymentGroups)
Sets the paymentGroups attribute value. |
void |
setPaymentTotalAmount(org.kuali.rice.kns.util.KualiDecimal paymentTotalAmount)
Sets the paymentTotalAmount attribute value. |
void |
setPaymentTotalAmount(String paymentTotalAmount)
|
void |
setSubUnit(String subUnit)
Sets the subUnit attribute value. |
void |
setTaxEmailRequired(boolean taxEmailRequired)
Sets the taxEmailRequired attribute value. |
void |
setThresholdPaymentDetails(List<PaymentDetail> thresholdPaymentDetails)
Sets the thresholdPaymentDetails attribute value. |
void |
setUnit(String unit)
Sets the unit attribute value. |
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 PaymentFileLoad()
| Method Detail |
|---|
public int getActualPaymentCount()
public org.kuali.rice.kns.util.KualiDecimal getCalculatedPaymentTotalAmount()
public String getChart()
public void setChart(String chart)
chart - The chart to set.public String getUnit()
public void setUnit(String unit)
unit - The unit to set.public String getSubUnit()
public void setSubUnit(String subUnit)
subUnit - The subUnit to set.public Timestamp getCreationDate()
public void setCreationDate(Timestamp creationDate)
creationDate - The creationDate to set.public void setCreationDate(String creationDate)
String and attempt to format as Timestamp
creationDate - Timestamp as stringpublic int getPaymentCount()
public void setPaymentCount(int paymentCount)
paymentCount - The paymentCount to set.public void setPaymentCount(String paymentCount)
paymentCount - String payment countpublic org.kuali.rice.kns.util.KualiDecimal getPaymentTotalAmount()
public void setPaymentTotalAmount(org.kuali.rice.kns.util.KualiDecimal paymentTotalAmount)
paymentTotalAmount - The paymentTotalAmount to set.public void setPaymentTotalAmount(String paymentTotalAmount)
public List<PaymentGroup> getPaymentGroups()
public void setPaymentGroups(List<PaymentGroup> paymentGroups)
paymentGroups - The paymentGroups to set.public void addPaymentGroup(PaymentGroup paymentGroup)
PaymentGroup to the group List
paymentGroup - PaymentGroup to addpublic boolean isFileThreshold()
public void setFileThreshold(boolean fileThreshold)
fileThreshold - The fileThreshold to set.public boolean isDetailThreshold()
public void setDetailThreshold(boolean detailThreshold)
detailThreshold - The detailThreshold to set.public org.kuali.rice.kns.util.KualiInteger getBatchId()
public void setBatchId(org.kuali.rice.kns.util.KualiInteger batchId)
batchId - The batchId to set.public boolean isTaxEmailRequired()
public void setTaxEmailRequired(boolean taxEmailRequired)
taxEmailRequired - The taxEmailRequired to set.public List<PaymentDetail> getThresholdPaymentDetails()
public void setThresholdPaymentDetails(List<PaymentDetail> thresholdPaymentDetails)
thresholdPaymentDetails - The thresholdPaymentDetails to set.public boolean isPassedValidation()
public void setPassedValidation(boolean passedValidation)
passedValidation - The passedValidation to set.public CustomerProfile getCustomer()
public void setCustomer(CustomerProfile customer)
customer - The customer to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||