com.retek.component.payment
Interface PaymentSettlementFile

All Superinterfaces:
BusinessObject, DistributedObject

public interface PaymentSettlementFile
extends DistributedObject


Method Summary
 void close()
           
 java.lang.String getSettlementFileNumber()
           
 RDate getTransactionDate()
           
 boolean isClosed()
           
 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

isClosed

public boolean isClosed()
                 throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Throws:
SystemException

close

public void close()
           throws SystemException
Throws:
SystemException


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