public class ShippingCharges extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PO_NUMBER_LENGTH |
public static final int MAX_PO_NUMBER_LENGTH
public static ShippingCharges createShippingCharges()
public String getTaxItemName()
public void setTaxItemName(String taxItemName)
taxItemName - the taxItemName to setpublic String getTaxDescription()
public void setTaxDescription(String taxDescription)
taxDescription - the taxDescription to setpublic BigDecimal getTaxAmount()
public void setTaxAmount(BigDecimal taxAmount)
taxAmount - the taxAmount to setpublic void setTaxAmount(String taxAmount)
taxAmount - the taxAmount to setpublic String getFreightItemName()
public void setFreightItemName(String freightItemName)
freightItemName - the freightItemName to setpublic String getFreightDescription()
public void setFreightDescription(String freightDescription)
freightDescription - the freightDescription to setpublic BigDecimal getFreightAmount()
public void setFreightAmount(BigDecimal freightAmount)
freightAmount - the freightAmount to setpublic void setFreightAmount(String freightAmount)
freightAmount - the freightAmount to setpublic String getDutyItemName()
public void setDutyItemName(String dutyItemName)
dutyItemName - the dutyItemName to setpublic String getDutyItemDescription()
public void setDutyItemDescription(String dutyItemDescription)
dutyItemDescription - the dutyItemDescription to setpublic BigDecimal getDutyAmount()
public void setDutyAmount(BigDecimal dutyAmount)
dutyAmount - the dutyAmount to setpublic void setDutyAmount(String dutyAmount)
dutyAmount - the dutyAmount to setpublic boolean isTaxExempt()
public void setTaxExempt(boolean taxExempt)
taxExempt - the taxExempt to setpublic String getPurchaseOrderNumber()
public void setPurchaseOrderNumber(String purchaseOrderNumber)
purchaseOrderNumber - the purchaseOrderNumber to setCopyright © 2016. All Rights Reserved.