public class PaymentApplicationInvoiceApply extends Object implements Serializable
Constructor and Description |
---|
PaymentApplicationInvoiceApply(String payAppDocNumber,
CustomerInvoiceDocument invoice) |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmountToApply() |
List<PaymentApplicationInvoiceDetailApply> |
getDetailApplications() |
String |
getDocumentNumber() |
CustomerInvoiceDocument |
getInvoice() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getOpenAmount() |
boolean |
isAnyAppliedAmounts() |
boolean |
isQuickApply() |
boolean |
isQuickApplyChanged() |
void |
setQuickApply(boolean quickApply) |
public PaymentApplicationInvoiceApply(String payAppDocNumber, CustomerInvoiceDocument invoice)
public org.kuali.rice.core.api.util.type.KualiDecimal getAmountToApply()
public boolean isAnyAppliedAmounts()
public List<PaymentApplicationInvoiceDetailApply> getDetailApplications()
public String getDocumentNumber()
public org.kuali.rice.core.api.util.type.KualiDecimal getOpenAmount()
public boolean isQuickApply()
public void setQuickApply(boolean quickApply)
public boolean isQuickApplyChanged()
public CustomerInvoiceDocument getInvoice()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.