com.retek.component.customerorder.impl
Class PaymentAuthorizationResponseImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.PaymentAuthorizationResponseImpl
All Implemented Interfaces:
BusinessObject, PaymentAuthorizationResponse, SecondClassObject
Direct Known Subclasses:
CustomerOrderCreditCardPaymentAuthorizationResponseImpl, CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl, CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl

public class PaymentAuthorizationResponseImpl
extends SecondClassObjectImpl
implements PaymentAuthorizationResponse


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
PaymentAuthorizationResponseImpl(DistributedContext context)
           
PaymentAuthorizationResponseImpl(DistributedContext context, PaymentAuthorizationResponseDto dto)
           
 
Method Summary
 java.lang.String getAuthorizationCode()
           
 RDate getAuthorizationDate()
           
 PaymentAuthorizationResponseDto getDto()
           
 java.lang.String getResultCode()
           
 void setAuthorizationCode(java.lang.String authorizationCode)
           
 void setAuthorizationDate(RDate authorizationDate)
           
 void setResultCode(java.lang.String resultCode)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.BusinessObject
getBusinessInterface
 

Constructor Detail

PaymentAuthorizationResponseImpl

public PaymentAuthorizationResponseImpl(DistributedContext context,
                                        PaymentAuthorizationResponseDto dto)

PaymentAuthorizationResponseImpl

public PaymentAuthorizationResponseImpl(DistributedContext context)
Method Detail

getDto

public PaymentAuthorizationResponseDto getDto()

getResultCode

public java.lang.String getResultCode()
Specified by:
getResultCode in interface PaymentAuthorizationResponse

getAuthorizationDate

public RDate getAuthorizationDate()
Specified by:
getAuthorizationDate in interface PaymentAuthorizationResponse

getAuthorizationCode

public java.lang.String getAuthorizationCode()
Specified by:
getAuthorizationCode in interface PaymentAuthorizationResponse

setAuthorizationCode

public void setAuthorizationCode(java.lang.String authorizationCode)
Specified by:
setAuthorizationCode in interface PaymentAuthorizationResponse

setAuthorizationDate

public void setAuthorizationDate(RDate authorizationDate)
Specified by:
setAuthorizationDate in interface PaymentAuthorizationResponse

setResultCode

public void setResultCode(java.lang.String resultCode)
Specified by:
setResultCode in interface PaymentAuthorizationResponse


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