com.retek.component.payment
Interface PaymentSettlementTransactionContainer

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
PaymentSettlementTransactionContainerImpl

public interface PaymentSettlementTransactionContainer
extends DistributedObject


Method Summary
 java.lang.String getOrderNumber()
           
 java.lang.String getSettlementFileNumber()
           
 PaymentSettlementTransaction getTransaction()
           
 RDate getTransactionDate()
           
 void setTransaction(PaymentSettlementTransaction transaction)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getSettlementFileNumber

public java.lang.String getSettlementFileNumber()
                                         throws SystemException
Throws:
SystemException

getTransactionDate

public RDate getTransactionDate()
                         throws SystemException
Throws:
SystemException

getOrderNumber

public java.lang.String getOrderNumber()
                                throws SystemException
Throws:
SystemException

getTransaction

public PaymentSettlementTransaction getTransaction()
                                            throws SystemException
Throws:
SystemException

setTransaction

public void setTransaction(PaymentSettlementTransaction transaction)
                    throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Throws:
SystemException


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