com.retek.component.customerorder
Interface ShippedContainerTaxInvoiceLineItem

All Superinterfaces:
BusinessObject, SecondClassObject

public interface ShippedContainerTaxInvoiceLineItem
extends SecondClassObject


Method Summary
 Money getCombinedRate()
           
 Money getExtendedAmount()
           
 Money getGiftingCost()
           
 Money getGiftingTax()
           
 long getId()
           
 Money getMerchandiseTax()
           
 Money getPersonalizationCost()
           
 Money getPersonalizationTax()
           
 java.lang.String getProductCode()
           
 Quantity getQuantity()
           
 Money getShippingAndHandlingCost()
           
 Money getShippingAndHandlingTax()
           
 java.lang.String getSkuId()
           
 TaxTransactionSubType getTaxTransactionSubType()
           
 TaxTransactionType getTaxTransactionType()
           
 Money getTotalTax()
           
 java.lang.String getUserArea()
           
 void setCombinedRate(Money combinedRate)
           
 void setExtendedAmount(Money extendedAmount)
           
 void setGiftingCost(Money giftingCost)
           
 void setGiftingTax(Money giftingTax)
           
 void setId(long id)
           
 void setMerchandiseTax(Money merchandiseTax)
           
 void setPersonalizationCost(Money personalizationCost)
           
 void setPersonalizationTax(Money personaizationTax)
           
 void setProductCode(java.lang.String productCode)
           
 void setQuantity(Quantity quantity)
           
 void setShippingAndHandlingCost(Money shippingAndHandlingCost)
           
 void setShippingAndHandlingTax(Money shippingAndHandlingTax)
           
 void setSkuId(java.lang.String skuId)
           
 void setTaxTransactionSubType(TaxTransactionSubType taxTransactionSubType)
           
 void setTaxTransactionType(TaxTransactionType taxTransactionType)
           
 void setTotalTax(Money totalTax)
           
 void setUserArea(java.lang.String userArea)
           
 TaxInvoiceLineItem toTaxInvoiceLineItem()
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25