com.retek.component.customerorder.impl
Class CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.customerorder.impl.PaymentAuthorizationResponseImpl
              extended bycom.retek.component.customerorder.impl.CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl
All Implemented Interfaces:
BusinessObject, CustomerOrderStoredValueCardPaymentAuthorizationResponse, PaymentAuthorizationResponse, SecondClassObject

public class CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl
extends PaymentAuthorizationResponseImpl
implements CustomerOrderStoredValueCardPaymentAuthorizationResponse


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl(DistributedContext context)
           
CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl(DistributedContext context, CustomerOrderStoredValueCardPaymentAuthorizationResponseDto dto)
           
 
Method Summary
 Money getAuthorizedAmount()
           
 Money getAvailableBalance()
           
 CustomerOrderStoredValueCardPaymentAuthorizationResponseDto getMyDto()
           
 java.lang.String getResultCode()
           
 void setAuthorizedAmount(Money authorizedAmount)
           
 void setResultCode(java.lang.String resultCode)
           
 
Methods inherited from class com.retek.component.customerorder.impl.PaymentAuthorizationResponseImpl
getAuthorizationCode, getAuthorizationDate, getDto, setAuthorizationCode, setAuthorizationDate
 
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.component.customerorder.PaymentAuthorizationResponse
getAuthorizationCode, getAuthorizationDate, setAuthorizationCode, setAuthorizationDate
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl

public CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl(DistributedContext context,
                                                                    CustomerOrderStoredValueCardPaymentAuthorizationResponseDto dto)

CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl

public CustomerOrderStoredValueCardPaymentAuthorizationResponseImpl(DistributedContext context)
Method Detail

getMyDto

public CustomerOrderStoredValueCardPaymentAuthorizationResponseDto getMyDto()

getAuthorizedAmount

public Money getAuthorizedAmount()
Specified by:
getAuthorizedAmount in interface CustomerOrderStoredValueCardPaymentAuthorizationResponse

getResultCode

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

getAvailableBalance

public Money getAvailableBalance()
Specified by:
getAvailableBalance in interface CustomerOrderStoredValueCardPaymentAuthorizationResponse

setAuthorizedAmount

public void setAuthorizedAmount(Money authorizedAmount)
Specified by:
setAuthorizedAmount in interface CustomerOrderStoredValueCardPaymentAuthorizationResponse

setResultCode

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


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