com.retek.component.customerorder.impl
Class ReturnLineTaxRecordImpl

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

public abstract class ReturnLineTaxRecordImpl
extends SecondClassObjectImpl
implements ReturnLineTaxRecord


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
protected ReturnLineTaxRecordImpl(DistributedContext context, SecondClassDto dto)
           
 
Method Summary
protected  void checkLocked()
           
 ReturnLineTaxRecordDto getReturnLineTaxRecordDto()
           
 RDate getTaxInvoiceDate()
           
 java.lang.String getTaxInvoiceNumber()
           
 boolean isLocked()
           
 void markLocked()
           
 void setTaxInvoiceDate(RDate date)
           
 void setTaxInvoiceNumber(java.lang.String string)
           
 
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.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

ReturnLineTaxRecordImpl

protected ReturnLineTaxRecordImpl(DistributedContext context,
                                  SecondClassDto dto)
Method Detail

getReturnLineTaxRecordDto

public ReturnLineTaxRecordDto getReturnLineTaxRecordDto()

getTaxInvoiceDate

public final RDate getTaxInvoiceDate()
Specified by:
getTaxInvoiceDate in interface ReturnLineTaxRecord

getTaxInvoiceNumber

public final java.lang.String getTaxInvoiceNumber()
Specified by:
getTaxInvoiceNumber in interface ReturnLineTaxRecord

setTaxInvoiceDate

public final void setTaxInvoiceDate(RDate date)

setTaxInvoiceNumber

public final void setTaxInvoiceNumber(java.lang.String string)

markLocked

public final void markLocked()

isLocked

public final boolean isLocked()
Specified by:
isLocked in interface ReturnLineTaxRecord

checkLocked

protected final void checkLocked()


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