com.retek.component.customerorder.impl
Class PaymentAuthorizationResponseImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.component.customerorder.impl.PaymentAuthorizationResponseImpl
- All Implemented Interfaces:
- BusinessObject, PaymentAuthorizationResponse, SecondClassObject
- Direct Known Subclasses:
- CustomerOrderCreditCardPaymentAuthorizationResponseImpl, CustomerOrderRewardCertificatePaymentAuthorizationResponseImpl, CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl
- public class PaymentAuthorizationResponseImpl
- extends SecondClassObjectImpl
- implements PaymentAuthorizationResponse
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PaymentAuthorizationResponseImpl
public PaymentAuthorizationResponseImpl(DistributedContext context,
PaymentAuthorizationResponseDto dto)
PaymentAuthorizationResponseImpl
public PaymentAuthorizationResponseImpl(DistributedContext context)
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