net.authorize.data
Class ShippingCharges

java.lang.Object
  extended by net.authorize.data.ShippingCharges
All Implemented Interfaces:
Serializable

public class ShippingCharges
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int MAX_PO_NUMBER_LENGTH
           
 
Method Summary
static ShippingCharges createShippingCharges()
           
 BigDecimal getDutyAmount()
           
 String getDutyItemDescription()
           
 String getDutyItemName()
           
 BigDecimal getFreightAmount()
           
 String getFreightDescription()
           
 String getFreightItemName()
           
 String getPurchaseOrderNumber()
           
 BigDecimal getTaxAmount()
           
 String getTaxDescription()
           
 String getTaxItemName()
           
 boolean isTaxExempt()
           
 void setDutyAmount(BigDecimal dutyAmount)
           
 void setDutyAmount(String dutyAmount)
           
 void setDutyItemDescription(String dutyItemDescription)
           
 void setDutyItemName(String dutyItemName)
           
 void setFreightAmount(BigDecimal freightAmount)
           
 void setFreightAmount(String freightAmount)
           
 void setFreightDescription(String freightDescription)
           
 void setFreightItemName(String freightItemName)
           
 void setPurchaseOrderNumber(String purchaseOrderNumber)
           
 void setTaxAmount(BigDecimal taxAmount)
           
 void setTaxAmount(String taxAmount)
           
 void setTaxDescription(String taxDescription)
           
 void setTaxExempt(boolean taxExempt)
           
 void setTaxItemName(String taxItemName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_PO_NUMBER_LENGTH

public static final int MAX_PO_NUMBER_LENGTH
See Also:
Constant Field Values
Method Detail

createShippingCharges

public static ShippingCharges createShippingCharges()

getTaxItemName

public String getTaxItemName()
Returns:
the taxItemName

setTaxItemName

public void setTaxItemName(String taxItemName)
Parameters:
taxItemName - the taxItemName to set

getTaxDescription

public String getTaxDescription()
Returns:
the taxDescription

setTaxDescription

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

getTaxAmount

public BigDecimal getTaxAmount()
Returns:
the taxAmount

setTaxAmount

public void setTaxAmount(BigDecimal taxAmount)
Parameters:
taxAmount - the taxAmount to set

setTaxAmount

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

getFreightItemName

public String getFreightItemName()
Returns:
the freightItemName

setFreightItemName

public void setFreightItemName(String freightItemName)
Parameters:
freightItemName - the freightItemName to set

getFreightDescription

public String getFreightDescription()
Returns:
the freightDescription

setFreightDescription

public void setFreightDescription(String freightDescription)
Parameters:
freightDescription - the freightDescription to set

getFreightAmount

public BigDecimal getFreightAmount()
Returns:
the freightAmount

setFreightAmount

public void setFreightAmount(BigDecimal freightAmount)
Parameters:
freightAmount - the freightAmount to set

setFreightAmount

public void setFreightAmount(String freightAmount)
Parameters:
freightAmount - the freightAmount to set

getDutyItemName

public String getDutyItemName()
Returns:
the dutyItemName

setDutyItemName

public void setDutyItemName(String dutyItemName)
Parameters:
dutyItemName - the dutyItemName to set

getDutyItemDescription

public String getDutyItemDescription()
Returns:
the dutyItemDescription

setDutyItemDescription

public void setDutyItemDescription(String dutyItemDescription)
Parameters:
dutyItemDescription - the dutyItemDescription to set

getDutyAmount

public BigDecimal getDutyAmount()
Returns:
the dutyAmount

setDutyAmount

public void setDutyAmount(BigDecimal dutyAmount)
Parameters:
dutyAmount - the dutyAmount to set

setDutyAmount

public void setDutyAmount(String dutyAmount)
Parameters:
dutyAmount - the dutyAmount to set

isTaxExempt

public boolean isTaxExempt()
Returns:
the taxExempt

setTaxExempt

public void setTaxExempt(boolean taxExempt)
Parameters:
taxExempt - the taxExempt to set

getPurchaseOrderNumber

public String getPurchaseOrderNumber()
Returns:
the purchaseOrderNumber

setPurchaseOrderNumber

public void setPurchaseOrderNumber(String purchaseOrderNumber)
Parameters:
purchaseOrderNumber - the purchaseOrderNumber to set


Copyright © 2014. All Rights Reserved.