org.kuali.kfs.module.purap.businessobject
Class ElectronicInvoiceDetailRequestSummary
java.lang.Object
org.kuali.kfs.module.purap.businessobject.ElectronicInvoiceDetailRequestSummary
public class ElectronicInvoiceDetailRequestSummary
- extends Object
ElectronicInvoiceDetailRequestSummary
public ElectronicInvoiceDetailRequestSummary()
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.