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