com.retek.component.salesaudit
Interface SaeElement

All Superinterfaces:
BusinessObject, ElementObject, SecondClassObject
All Known Subinterfaces:
SaeAccommodation, SaeCustomer, SaeDiscount, SaeItem, SaePayment, SaeService, SaeTax, SaeTransaction

public interface SaeElement
extends ElementObject

Interface defining the operations for an element within a sales audit transaction.


Field Summary
static java.lang.String SALES_AUDIT_NO
           
static java.lang.String SALES_AUDIT_YES
           
 
Method Summary
 void accept(SaeElementVisitor txnVisitor)
          Accept a transaction visitor.
 
Methods inherited from interface com.retek.commons.component.xml.ElementObject
getElementId, getParentElementId, toXml
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

SALES_AUDIT_YES

public static final java.lang.String SALES_AUDIT_YES
See Also:
Constant Field Values

SALES_AUDIT_NO

public static final java.lang.String SALES_AUDIT_NO
See Also:
Constant Field Values
Method Detail

accept

public void accept(SaeElementVisitor txnVisitor)
            throws SystemException
Accept a transaction visitor.

Parameters:
txnVisitor - transaction visitor
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25