com.retek.component.salesaudit.impl
Class SaeElementImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.commons.component.xml.impl.ElementObjectImpl
              extended bycom.retek.component.salesaudit.impl.SaeElementImpl
All Implemented Interfaces:
BusinessObject, ElementObject, SaeElement, SecondClassObject
Direct Known Subclasses:
SaeAccommodationImpl, SaeCustomerImpl, SaeDiscountImpl, SaeItemImpl, SaePaymentImpl, SaeServiceImpl, SaeTaxImpl, SaeTransactionImpl

public abstract class SaeElementImpl
extends ElementObjectImpl
implements SaeElement


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.salesaudit.SaeElement
SALES_AUDIT_NO, SALES_AUDIT_YES
 
Constructor Summary
SaeElementImpl(DistributedContext context, SaeElementDto dto)
           
 
Method Summary
abstract  void accept(SaeElementVisitor txnVisitor)
          Accept a transaction visitor.
 SaeElementDto getDto()
           
 
Methods inherited from class com.retek.commons.component.xml.impl.ElementObjectImpl
addElement, getElementId, getElementObjectDto, getParentElementId, setAttributes, setElementId, setParentElementId, setSubElements, toString
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.xml.ElementObject
getElementId, getParentElementId, toXml
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

SaeElementImpl

public SaeElementImpl(DistributedContext context,
                      SaeElementDto dto)
Method Detail

getDto

public SaeElementDto getDto()

accept

public abstract void accept(SaeElementVisitor txnVisitor)
                     throws SystemException
Description copied from interface: SaeElement
Accept a transaction visitor.

Specified by:
accept in interface SaeElement
Parameters:
txnVisitor - transaction visitor
Throws:
SystemException


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