com.retek.component.customerorder
Interface ShippedContainerTaxInvoiceLineItem
- All Superinterfaces:
- BusinessObject, SecondClassObject
- All Known Implementing Classes:
- ShippedContainerTaxInvoiceLineItemImpl
- public interface ShippedContainerTaxInvoiceLineItem
- extends SecondClassObject
setTaxTransactionType
public void setTaxTransactionType(TaxTransactionType taxTransactionType)
throws SystemException
- Throws:
SystemException
setTaxTransactionSubType
public void setTaxTransactionSubType(TaxTransactionSubType taxTransactionSubType)
throws SystemException
- Throws:
SystemException
setExtendedAmount
public void setExtendedAmount(Money extendedAmount)
throws SystemException
- Throws:
SystemException
setTotalTax
public void setTotalTax(Money totalTax)
throws SystemException
- Throws:
SystemException
setCombinedRate
public void setCombinedRate(Money combinedRate)
throws SystemException
- Throws:
SystemException
setUserArea
public void setUserArea(java.lang.String userArea)
throws SystemException
- Throws:
SystemException
setId
public void setId(long id)
throws SystemException
- Throws:
SystemException
setMerchandiseTax
public void setMerchandiseTax(Money merchandiseTax)
throws SystemException
- Throws:
SystemException
setQuantity
public void setQuantity(Quantity quantity)
throws SystemException
- Throws:
SystemException
setProductCode
public void setProductCode(java.lang.String productCode)
throws SystemException
- Throws:
SystemException
setSkuId
public void setSkuId(java.lang.String skuId)
throws SystemException
- Throws:
SystemException
setShippingAndHandlingCost
public void setShippingAndHandlingCost(Money shippingAndHandlingCost)
throws SystemException
- Throws:
SystemException
setShippingAndHandlingTax
public void setShippingAndHandlingTax(Money shippingAndHandlingTax)
throws SystemException
- Throws:
SystemException
setGiftingCost
public void setGiftingCost(Money giftingCost)
throws SystemException
- Throws:
SystemException
setGiftingTax
public void setGiftingTax(Money giftingTax)
throws SystemException
- Throws:
SystemException
setPersonalizationCost
public void setPersonalizationCost(Money personalizationCost)
throws SystemException
- Throws:
SystemException
setPersonalizationTax
public void setPersonalizationTax(Money personaizationTax)
throws SystemException
- Throws:
SystemException
getTaxTransactionType
public TaxTransactionType getTaxTransactionType()
throws SystemException
- Throws:
SystemException
getTaxTransactionSubType
public TaxTransactionSubType getTaxTransactionSubType()
throws SystemException
- Throws:
SystemException
getExtendedAmount
public Money getExtendedAmount()
throws SystemException
- Throws:
SystemException
getTotalTax
public Money getTotalTax()
throws SystemException
- Throws:
SystemException
getCombinedRate
public Money getCombinedRate()
throws SystemException
- Throws:
SystemException
getUserArea
public java.lang.String getUserArea()
throws SystemException
- Throws:
SystemException
getId
public long getId()
throws SystemException
- Throws:
SystemException
getMerchandiseTax
public Money getMerchandiseTax()
throws SystemException
- Throws:
SystemException
getQuantity
public Quantity getQuantity()
throws SystemException
- Throws:
SystemException
getProductCode
public java.lang.String getProductCode()
throws SystemException
- Throws:
SystemException
getSkuId
public java.lang.String getSkuId()
throws SystemException
- Throws:
SystemException
getShippingAndHandlingCost
public Money getShippingAndHandlingCost()
throws SystemException
- Throws:
SystemException
getShippingAndHandlingTax
public Money getShippingAndHandlingTax()
throws SystemException
- Throws:
SystemException
getGiftingCost
public Money getGiftingCost()
throws SystemException
- Throws:
SystemException
getGiftingTax
public Money getGiftingTax()
throws SystemException
- Throws:
SystemException
getPersonalizationCost
public Money getPersonalizationCost()
throws SystemException
- Throws:
SystemException
getPersonalizationTax
public Money getPersonalizationTax()
throws SystemException
- Throws:
SystemException
toTaxInvoiceLineItem
public TaxInvoiceLineItem toTaxInvoiceLineItem()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28