com.retek.component.payment.impl
Class PaymentSettlementTransactionContainerImpl

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

public class PaymentSettlementTransactionContainerImpl
extends DistributedObjectImpl
implements PaymentSettlementTransactionContainer


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
PaymentSettlementTransactionContainerImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
PaymentSettlementTransactionContainerImpl(DistributedContext context, DistributedReference ref, java.lang.String settlementFileNumber, java.lang.String orderNumber)
           
 
Method Summary
 PaymentSettlementTransactionContainerDto getDto()
           
 java.lang.String getNextElementId()
           
 java.lang.String getOrderNumber()
           
 java.lang.String getSettlementFileNumber()
           
 PaymentSettlementTransaction getTransaction()
           
 RDate getTransactionDate()
           
 void incrementNextElementId()
           
protected  Dto readLatest()
           
 void setTransaction(PaymentSettlementTransaction transaction)
           
 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

PaymentSettlementTransactionContainerImpl

public PaymentSettlementTransactionContainerImpl(DistributedContext context,
                                                 DistributedReference ref,
                                                 boolean createHollow)
                                          throws SystemException

PaymentSettlementTransactionContainerImpl

public PaymentSettlementTransactionContainerImpl(DistributedContext context,
                                                 DistributedReference ref,
                                                 java.lang.String settlementFileNumber,
                                                 java.lang.String orderNumber)
                                          throws SystemException
Method Detail

getDto

public PaymentSettlementTransactionContainerDto getDto()
                                                throws SystemException
Throws:
SystemException

getSettlementFileNumber

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

getTransactionDate

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

getOrderNumber

public java.lang.String getOrderNumber()
                                throws SystemException
Specified by:
getOrderNumber in interface PaymentSettlementTransactionContainer
Throws:
SystemException

getTransaction

public PaymentSettlementTransaction getTransaction()
                                            throws SystemException
Specified by:
getTransaction in interface PaymentSettlementTransactionContainer
Throws:
SystemException

setTransaction

public void setTransaction(PaymentSettlementTransaction transaction)
                    throws SystemException
Specified by:
setTransaction in interface PaymentSettlementTransactionContainer
Throws:
SystemException

getNextElementId

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

incrementNextElementId

public void incrementNextElementId()
                            throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Specified by:
submit in interface PaymentSettlementTransactionContainer
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