org.kuali.kfs.module.purap.businessobject
Class ElectronicInvoiceDetailRequestSummary

java.lang.Object
  extended by org.kuali.kfs.module.purap.businessobject.ElectronicInvoiceDetailRequestSummary

public class ElectronicInvoiceDetailRequestSummary
extends Object


Constructor Summary
ElectronicInvoiceDetailRequestSummary()
           
 
Method Summary
 String getDepositAmount()
           
 String getDepositAmountCurrency()
           
 String getDiscountAmount()
           
 String getDiscountAmountCurrency()
           
 String getDueAmount()
           
 String getDueAmountCurrency()
           
 String getGrossAmount()
           
 String getGrossAmountCurrency()
           
 BigDecimal getInvoiceDepositAmount()
           
 BigDecimal getInvoiceDiscountAmount()
           
 BigDecimal getInvoiceDueAmount()
           
 BigDecimal getInvoiceGrossAmount()
           
 BigDecimal getInvoiceNetAmount()
           
 BigDecimal getInvoiceShippingAmount()
           
 BigDecimal getInvoiceSpecialHandlingAmount()
           
 BigDecimal getInvoiceSubTotalAmount()
           
 BigDecimal getInvoiceTaxAmount()
           
 String getNetAmount()
           
 String getNetAmountCurrency()
           
 String getShippingAmount()
           
 String getShippingAmountCurrency()
           
 String getShippingDescription()
           
 String getSpecialHandlingAmount()
           
 String getSpecialHandlingAmountCurrency()
           
 String getSpecialHandlingAmountDescription()
           
 String getSubTotalAmount()
           
 String getSubTotalAmountCurrency()
           
 String getTaxAmount()
           
 String getTaxAmountCurrency()
           
 String getTaxCategory()
           
 String getTaxDescription()
           
 String getTaxPercentageRate()
           
 String getTaxPurpose()
           
 void setDepositAmount(String depositAmount)
           
 void setDepositAmountCurrency(String depositAmountCurrency)
           
 void setDiscountAmount(String discountAmount)
           
 void setDiscountAmountCurrency(String discountAmountCurrency)
           
 void setDueAmount(String dueAmount)
           
 void setDueAmountCurrency(String dueAmountCurrency)
           
 void setGrossAmount(String grossAmount)
           
 void setGrossAmountCurrency(String grossAmountCurrency)
           
 void setNetAmount(String netAmount)
           
 void setNetAmountCurrency(String netAmountCurrency)
           
 void setShippingAmount(String shippingAmount)
           
 void setShippingAmountCurrency(String shippingAmountCurrency)
           
 void setSpecialHandlingAmount(String specialHandlingAmount)
           
 void setSpecialHandlingAmountCurrency(String specialHandlingAmountCurrency)
           
 void setSpecialHandlingAmountDescription(String specialHandlingAmountDescription)
           
 void setSubTotalAmount(String subTotalAmount)
           
 void setSubTotalAmountCurrency(String subTotalAmountCurrency)
           
 void setTaxAmount(String taxAmount)
           
 void setTaxAmountCurrency(String taxAmountCurrency)
           
 void setTaxCategory(String taxCategory)
           
 void setTaxDescription(String taxDescription)
           
 void setTaxPercentageRate(String taxPercentageRate)
           
 void setTaxPurpose(String taxPurpose)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElectronicInvoiceDetailRequestSummary

public ElectronicInvoiceDetailRequestSummary()
Method Detail

getShippingDescription

public String getShippingDescription()

getInvoiceSubTotalAmount

public BigDecimal getInvoiceSubTotalAmount()

getInvoiceTaxAmount

public BigDecimal getInvoiceTaxAmount()

getInvoiceSpecialHandlingAmount

public BigDecimal getInvoiceSpecialHandlingAmount()

getInvoiceShippingAmount

public BigDecimal getInvoiceShippingAmount()

getInvoiceGrossAmount

public BigDecimal getInvoiceGrossAmount()

getInvoiceDiscountAmount

public BigDecimal getInvoiceDiscountAmount()

getInvoiceNetAmount

public BigDecimal getInvoiceNetAmount()

getInvoiceDepositAmount

public BigDecimal getInvoiceDepositAmount()

getInvoiceDueAmount

public BigDecimal getInvoiceDueAmount()

getDepositAmount

public String getDepositAmount()
Returns:
Returns the depositAmount.

setDepositAmount

public void setDepositAmount(String depositAmount)
Parameters:
depositAmount - The depositAmount to set.

getDepositAmountCurrency

public String getDepositAmountCurrency()
Returns:
Returns the depositAmountCurrency.

setDepositAmountCurrency

public void setDepositAmountCurrency(String depositAmountCurrency)
Parameters:
depositAmountCurrency - The depositAmountCurrency to set.

getDiscountAmount

public String getDiscountAmount()
Returns:
Returns the discountAmount.

setDiscountAmount

public void setDiscountAmount(String discountAmount)
Parameters:
discountAmount - The discountAmount to set.

getDiscountAmountCurrency

public String getDiscountAmountCurrency()
Returns:
Returns the discountAmountCurrency.

setDiscountAmountCurrency

public void setDiscountAmountCurrency(String discountAmountCurrency)
Parameters:
discountAmountCurrency - The discountAmountCurrency to set.

getDueAmount

public String getDueAmount()
Returns:
Returns the dueAmount.

setDueAmount

public void setDueAmount(String dueAmount)
Parameters:
dueAmount - The dueAmount to set.

getDueAmountCurrency

public String getDueAmountCurrency()
Returns:
Returns the dueAmountCurrency.

setDueAmountCurrency

public void setDueAmountCurrency(String dueAmountCurrency)
Parameters:
dueAmountCurrency - The dueAmountCurrency to set.

getGrossAmount

public String getGrossAmount()
Returns:
Returns the grossAmount.

setGrossAmount

public void setGrossAmount(String grossAmount)
Parameters:
grossAmount - The grossAmount to set.

getGrossAmountCurrency

public String getGrossAmountCurrency()
Returns:
Returns the grossAmountCurrency.

setGrossAmountCurrency

public void setGrossAmountCurrency(String grossAmountCurrency)
Parameters:
grossAmountCurrency - The grossAmountCurrency to set.

getNetAmount

public String getNetAmount()
Returns:
Returns the netAmount.

setNetAmount

public void setNetAmount(String netAmount)
Parameters:
netAmount - The netAmount to set.

getNetAmountCurrency

public String getNetAmountCurrency()
Returns:
Returns the netAmountCurrency.

setNetAmountCurrency

public void setNetAmountCurrency(String netAmountCurrency)
Parameters:
netAmountCurrency - The netAmountCurrency to set.

getShippingAmount

public String getShippingAmount()
Returns:
Returns the shippingAmount.

setShippingAmount

public void setShippingAmount(String shippingAmount)
Parameters:
shippingAmount - The shippingAmount to set.

getShippingAmountCurrency

public String getShippingAmountCurrency()
Returns:
Returns the shippingAmountCurrency.

setShippingAmountCurrency

public void setShippingAmountCurrency(String shippingAmountCurrency)
Parameters:
shippingAmountCurrency - The shippingAmountCurrency to set.

getSpecialHandlingAmount

public String getSpecialHandlingAmount()
Returns:
Returns the specialHandlingAmount.

setSpecialHandlingAmount

public void setSpecialHandlingAmount(String specialHandlingAmount)
Parameters:
specialHandlingAmount - The specialHandlingAmount to set.

getSpecialHandlingAmountCurrency

public String getSpecialHandlingAmountCurrency()
Returns:
Returns the specialHandlingAmountCurrency.

setSpecialHandlingAmountCurrency

public void setSpecialHandlingAmountCurrency(String specialHandlingAmountCurrency)
Parameters:
specialHandlingAmountCurrency - The specialHandlingAmountCurrency to set.

getSpecialHandlingAmountDescription

public String getSpecialHandlingAmountDescription()
Returns:
the specialHandlingAmountDescription

setSpecialHandlingAmountDescription

public void setSpecialHandlingAmountDescription(String specialHandlingAmountDescription)
Parameters:
specialHandlingAmountDescription - the specialHandlingAmountDescription to set

getSubTotalAmount

public String getSubTotalAmount()
Returns:
Returns the subTotalAmount.

setSubTotalAmount

public void setSubTotalAmount(String subTotalAmount)
Parameters:
subTotalAmount - The subTotalAmount to set.

getSubTotalAmountCurrency

public String getSubTotalAmountCurrency()
Returns:
Returns the subTotalAmountCurrency.

setSubTotalAmountCurrency

public void setSubTotalAmountCurrency(String subTotalAmountCurrency)
Parameters:
subTotalAmountCurrency - The subTotalAmountCurrency to set.

getTaxAmount

public String getTaxAmount()
Returns:
Returns the taxAmount.

setTaxAmount

public void setTaxAmount(String taxAmount)
Parameters:
taxAmount - The taxAmount to set.

getTaxAmountCurrency

public String getTaxAmountCurrency()
Returns:
Returns the taxAmountCurrency.

setTaxAmountCurrency

public void setTaxAmountCurrency(String taxAmountCurrency)
Parameters:
taxAmountCurrency - The taxAmountCurrency to set.

getTaxDescription

public String getTaxDescription()
Returns:
Returns the taxDescription.

setTaxDescription

public void setTaxDescription(String taxDescription)
Parameters:
taxDescription - The taxDescription to set.

getTaxCategory

public String getTaxCategory()

setTaxCategory

public void setTaxCategory(String taxCategory)

getTaxPercentageRate

public String getTaxPercentageRate()

setTaxPercentageRate

public void setTaxPercentageRate(String taxPercentageRate)

getTaxPurpose

public String getTaxPurpose()

setTaxPurpose

public void setTaxPurpose(String taxPurpose)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.