com.retek.component.customerorder.impl
Class ReturnLineTaxInvoiceRecordImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.ReturnLineTaxRecordImpl
              extended bycom.retek.component.customerorder.impl.ReturnLineTaxInvoiceRecordImpl
All Implemented Interfaces:
BusinessObject, ReturnLineTaxInvoiceRecord, ReturnLineTaxRecord, SecondClassObject

public class ReturnLineTaxInvoiceRecordImpl
extends ReturnLineTaxRecordImpl
implements ReturnLineTaxInvoiceRecord


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
ReturnLineTaxInvoiceRecordImpl(DistributedContext context)
           
ReturnLineTaxInvoiceRecordImpl(DistributedContext context, ReturnLineTaxInvoiceRecordDto dto)
           
 
Method Summary
 Money getActualAccommodatedShippingTax()
           
 Money getActualStandardShippingTax()
           
 Money getChargedAccommodatedShippingTax()
           
 Money getChargedStandardShippingTax()
           
 ReturnLineTaxInvoiceRecordDto getDto()
           
 ShippedContainer getShippedContainer()
           
 Money getStandardShippingCharge()
           
 void setActualAccommodatedStandardShippingTax(Money money)
           
 void setActualStandardShippingTax(Money money)
           
 void setChargedAccommodatedStandardShippingTax(Money money)
           
 void setChargedStandardShippingTax(Money money)
           
 void setShippedContainer(ShippedContainer container)
           
 void setStandardShippingCharge(Money money)
           
 
Methods inherited from class com.retek.component.customerorder.impl.ReturnLineTaxRecordImpl
checkLocked, getReturnLineTaxRecordDto, getTaxInvoiceDate, getTaxInvoiceNumber, isLocked, markLocked, setTaxInvoiceDate, setTaxInvoiceNumber
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.customerorder.ReturnLineTaxRecord
getTaxInvoiceDate, getTaxInvoiceNumber, isLocked
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

ReturnLineTaxInvoiceRecordImpl

public ReturnLineTaxInvoiceRecordImpl(DistributedContext context,
                                      ReturnLineTaxInvoiceRecordDto dto)

ReturnLineTaxInvoiceRecordImpl

public ReturnLineTaxInvoiceRecordImpl(DistributedContext context)
Method Detail

getDto

public ReturnLineTaxInvoiceRecordDto getDto()

getActualStandardShippingTax

public Money getActualStandardShippingTax()
Specified by:
getActualStandardShippingTax in interface ReturnLineTaxInvoiceRecord

getChargedStandardShippingTax

public Money getChargedStandardShippingTax()
Specified by:
getChargedStandardShippingTax in interface ReturnLineTaxInvoiceRecord

getShippedContainer

public ShippedContainer getShippedContainer()
                                     throws SystemException
Specified by:
getShippedContainer in interface ReturnLineTaxInvoiceRecord
Throws:
SystemException

getStandardShippingCharge

public Money getStandardShippingCharge()
Specified by:
getStandardShippingCharge in interface ReturnLineTaxInvoiceRecord

getChargedAccommodatedShippingTax

public Money getChargedAccommodatedShippingTax()
Specified by:
getChargedAccommodatedShippingTax in interface ReturnLineTaxInvoiceRecord

getActualAccommodatedShippingTax

public Money getActualAccommodatedShippingTax()
Specified by:
getActualAccommodatedShippingTax in interface ReturnLineTaxInvoiceRecord

setActualStandardShippingTax

public void setActualStandardShippingTax(Money money)

setChargedStandardShippingTax

public void setChargedStandardShippingTax(Money money)

setShippedContainer

public void setShippedContainer(ShippedContainer container)

setStandardShippingCharge

public void setStandardShippingCharge(Money money)

setChargedAccommodatedStandardShippingTax

public void setChargedAccommodatedStandardShippingTax(Money money)

setActualAccommodatedStandardShippingTax

public void setActualAccommodatedStandardShippingTax(Money money)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28