org.kuali.kfs.module.ar.document.web.struts
Class PaymentApplicationInvoiceApply

java.lang.Object
  extended by org.kuali.kfs.module.ar.document.web.struts.PaymentApplicationInvoiceApply
All Implemented Interfaces:
Serializable

public class PaymentApplicationInvoiceApply
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PaymentApplicationInvoiceApply(String payAppDocNumber, CustomerInvoiceDocument invoice)
           
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getAmountToApply()
           
 List<PaymentApplicationInvoiceDetailApply> getDetailApplications()
           
 String getDocumentNumber()
           
 CustomerInvoiceDocument getInvoice()
           
 org.kuali.rice.kns.util.KualiDecimal getOpenAmount()
           
 boolean isAnyAppliedAmounts()
           
 boolean isQuickApply()
           
 boolean isQuickApplyChanged()
           
 void setQuickApply(boolean quickApply)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentApplicationInvoiceApply

public PaymentApplicationInvoiceApply(String payAppDocNumber,
                                      CustomerInvoiceDocument invoice)
Method Detail

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.