public class PaymentFileLoad extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected Timestamp |
creationDate |
Constructor and Description |
---|
PaymentFileLoad() |
Modifier and Type | Method and Description |
---|---|
void |
addPaymentGroup(PaymentGroup paymentGroup)
Adds a
PaymentGroup to the group List |
int |
getActualPaymentCount() |
org.kuali.rice.core.api.util.type.KualiInteger |
getBatchId()
Gets the batchId attribute.
|
org.kuali.rice.core.api.util.type.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.core.api.util.type.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.core.api.util.type.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.core.api.util.type.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_RICE20_REFACTORME() |
protected Timestamp creationDate
public PaymentFileLoad()
public int getActualPaymentCount()
public org.kuali.rice.core.api.util.type.KualiDecimal getCalculatedPaymentTotalAmount()
public void setChart(String chart)
chart
- The chart to set.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.core.api.util.type.KualiDecimal getPaymentTotalAmount()
public void setPaymentTotalAmount(org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiInteger getBatchId()
public void setBatchId(org.kuali.rice.core.api.util.type.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_RICE20_REFACTORME()
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.