com.retek.component.payment.impl
Class PaymentSettlementFileImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.payment.impl.PaymentSettlementFileImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, PaymentSettlementFile

public class PaymentSettlementFileImpl
extends DistributedObjectImpl
implements PaymentSettlementFile


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
PaymentSettlementFileImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
PaymentSettlementFileImpl(DistributedContext context, DistributedReference reference, java.lang.String settlementFileNumber)
           
 
Method Summary
 void close()
           
 PaymentSettlementFileDto getDto()
           
 java.lang.String getSettlementFileNumber()
           
 RDate getTransactionDate()
           
 boolean isClosed()
           
protected  Dto readLatest()
           
 void setTransactionDate(RDate transactionDate)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, 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.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

PaymentSettlementFileImpl

public PaymentSettlementFileImpl(DistributedContext context,
                                 DistributedReference reference,
                                 boolean createHollow)
                          throws SystemException

PaymentSettlementFileImpl

public PaymentSettlementFileImpl(DistributedContext context,
                                 DistributedReference reference,
                                 java.lang.String settlementFileNumber)
                          throws SystemException
Method Detail

getDto

public PaymentSettlementFileDto getDto()
                                throws SystemException
Throws:
SystemException

getSettlementFileNumber

public java.lang.String getSettlementFileNumber()
                                         throws SystemException
Specified by:
getSettlementFileNumber in interface PaymentSettlementFile
Throws:
SystemException

getTransactionDate

public RDate getTransactionDate()
                         throws SystemException
Specified by:
getTransactionDate in interface PaymentSettlementFile
Throws:
SystemException

setTransactionDate

public void setTransactionDate(RDate transactionDate)
                        throws SystemException
Throws:
SystemException

isClosed

public boolean isClosed()
                 throws SystemException
Specified by:
isClosed in interface PaymentSettlementFile
Throws:
SystemException

close

public void close()
           throws SystemException
Specified by:
close in interface PaymentSettlementFile
Throws:
SystemException

submit

public void submit()
            throws SystemException
Specified by:
submit in interface PaymentSettlementFile
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException


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