org.kuali.kfs.module.ar.document.web.struts
Class PaymentApplicationInvoiceApply
java.lang.Object
org.kuali.kfs.module.ar.document.web.struts.PaymentApplicationInvoiceApply
- All Implemented Interfaces:
- Serializable
public class PaymentApplicationInvoiceApply
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentApplicationInvoiceApply
public PaymentApplicationInvoiceApply(String payAppDocNumber,
CustomerInvoiceDocument invoice)
getAmountToApply
public org.kuali.rice.kns.util.KualiDecimal getAmountToApply()
isAnyAppliedAmounts
public boolean isAnyAppliedAmounts()
getDetailApplications
public List<PaymentApplicationInvoiceDetailApply> getDetailApplications()
getDocumentNumber
public String getDocumentNumber()
getOpenAmount
public org.kuali.rice.kns.util.KualiDecimal getOpenAmount()
isQuickApply
public boolean isQuickApply()
setQuickApply
public void setQuickApply(boolean quickApply)
isQuickApplyChanged
public boolean isQuickApplyChanged()
getInvoice
public CustomerInvoiceDocument getInvoice()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.