@Deprecated
public class ShippingCharges
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PO_NUMBER_LENGTH
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ShippingCharges |
createShippingCharges()
Deprecated.
|
java.math.BigDecimal |
getDutyAmount()
Deprecated.
|
java.lang.String |
getDutyItemDescription()
Deprecated.
|
java.lang.String |
getDutyItemName()
Deprecated.
|
java.math.BigDecimal |
getFreightAmount()
Deprecated.
|
java.lang.String |
getFreightDescription()
Deprecated.
|
java.lang.String |
getFreightItemName()
Deprecated.
|
java.lang.String |
getPurchaseOrderNumber()
Deprecated.
|
java.math.BigDecimal |
getTaxAmount()
Deprecated.
|
java.lang.String |
getTaxDescription()
Deprecated.
|
java.lang.String |
getTaxItemName()
Deprecated.
|
boolean |
isTaxExempt()
Deprecated.
|
void |
setDutyAmount(java.math.BigDecimal dutyAmount)
Deprecated.
|
void |
setDutyAmount(java.lang.String dutyAmount)
Deprecated.
|
void |
setDutyItemDescription(java.lang.String dutyItemDescription)
Deprecated.
|
void |
setDutyItemName(java.lang.String dutyItemName)
Deprecated.
|
void |
setFreightAmount(java.math.BigDecimal freightAmount)
Deprecated.
|
void |
setFreightAmount(java.lang.String freightAmount)
Deprecated.
|
void |
setFreightDescription(java.lang.String freightDescription)
Deprecated.
|
void |
setFreightItemName(java.lang.String freightItemName)
Deprecated.
|
void |
setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)
Deprecated.
|
void |
setTaxAmount(java.math.BigDecimal taxAmount)
Deprecated.
|
void |
setTaxAmount(java.lang.String taxAmount)
Deprecated.
|
void |
setTaxDescription(java.lang.String taxDescription)
Deprecated.
|
void |
setTaxExempt(boolean taxExempt)
Deprecated.
|
void |
setTaxItemName(java.lang.String taxItemName)
Deprecated.
|
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.