com.retek.component.customerorder
Interface ShippedContainerTaxCalculatorInvoice
- All Superinterfaces:
- BusinessObject, SecondClassObject
- All Known Implementing Classes:
- ShippedContainerTaxCalculatorInvoiceImpl
- public interface ShippedContainerTaxCalculatorInvoice
- extends SecondClassObject
setShippingAndHandlingCost
public void setShippingAndHandlingCost(Money shippingAndHandlingCost)
throws SystemException
- Throws:
SystemException
setShippingAndHandlingTax
public void setShippingAndHandlingTax(Money shippingAndHandlingTax)
throws SystemException
- Throws:
SystemException
setShipFromAddress
public void setShipFromAddress(Address shipFromAddress)
throws SystemException
- Throws:
SystemException
setShipToAddress
public void setShipToAddress(Address shipToAddress)
throws SystemException
- Throws:
SystemException
setOrderAcceptanceAddress
public void setOrderAcceptanceAddress(Address orderAcceptanceAddress)
throws SystemException
- Throws:
SystemException
setTaxCustomer
public void setTaxCustomer(TaxCustomer taxCustomer)
throws SystemException
- Throws:
SystemException
setTaxCompany
public void setTaxCompany(TaxCompany taxCompany)
throws SystemException
- Throws:
SystemException
setInvoiceDate
public void setInvoiceDate(RDate invoiceDate)
throws SystemException
- Throws:
SystemException
setInvoiceId
public void setInvoiceId(java.lang.String invoiceId)
throws SystemException
- Throws:
SystemException
setTaxTransactionCodeType
public void setTaxTransactionCodeType(TaxTransactionCodeType taxTranType)
throws SystemException
- Throws:
SystemException
getShippingAndHandlingCost
public Money getShippingAndHandlingCost()
throws SystemException
- Throws:
SystemException
getShippingAndHandlingTax
public Money getShippingAndHandlingTax()
throws SystemException
- Throws:
SystemException
getShipFromAddress
public Address getShipFromAddress()
throws SystemException
- Throws:
SystemException
getShipToAddress
public Address getShipToAddress()
throws SystemException
- Throws:
SystemException
getOrderAcceptanceAddress
public Address getOrderAcceptanceAddress()
throws SystemException
- Throws:
SystemException
getTaxCustomer
public TaxCustomer getTaxCustomer()
throws SystemException
- Throws:
SystemException
getTaxCompany
public TaxCompany getTaxCompany()
throws SystemException
- Throws:
SystemException
getInvoiceDate
public RDate getInvoiceDate()
throws SystemException
- Throws:
SystemException
getInvoiceId
public java.lang.String getInvoiceId()
throws SystemException
- Throws:
SystemException
getTaxTransactionCodeType
public TaxTransactionCodeType getTaxTransactionCodeType()
throws SystemException
- Throws:
SystemException
getLineItems
public java.util.Set getLineItems()
throws SystemException
- Throws:
SystemException
addLineItem
public void addLineItem(ShippedContainerTaxInvoiceLineItem lineItem)
throws SystemException
- Throws:
SystemException
toTaxCalculatorInvoice
public TaxCalculatorInvoice toTaxCalculatorInvoice()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28