com.retek.component.payment
Class RewardCertificateAuthorizationResponse

java.lang.Object
  extended bycom.retek.component.payment.PaymentAuthorizationResponse
      extended bycom.retek.component.payment.RewardCertificateAuthorizationResponse
All Implemented Interfaces:
java.io.Serializable

public class RewardCertificateAuthorizationResponse
extends PaymentAuthorizationResponse

A value holder class that holds reward certificate authorization information.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Constructor Summary
RewardCertificateAuthorizationResponse()
           
 
Method Summary
 RDate getAuthorizationDate()
           
 Money getCertificateValue()
           
 void setAuthorizationDate(RDate authorizationDate)
           
 void setCertificateValue(Money certificateValue)
           
 
Methods inherited from class com.retek.component.payment.PaymentAuthorizationResponse
getResultCode, setResultCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewardCertificateAuthorizationResponse

public RewardCertificateAuthorizationResponse()
Method Detail

getCertificateValue

public Money getCertificateValue()

getAuthorizationDate

public RDate getAuthorizationDate()

setCertificateValue

public void setCertificateValue(Money certificateValue)

setAuthorizationDate

public void setAuthorizationDate(RDate authorizationDate)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25