com.retek.component.payment
Class StoredValueCardCashoutResponse

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

public class StoredValueCardCashoutResponse
extends java.lang.Object
implements java.io.Serializable

A value holder class that contains stored value card inquiry information.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Constructor Summary
StoredValueCardCashoutResponse()
           
 
Method Summary
 java.lang.String getBannerDisplayCode()
           
 Money getCashoutAmount()
           
 RDate getCashoutDate()
           
 void setBannerDisplayCode(java.lang.String string)
           
 void setCashoutAmount(Money cashoutAmount)
           
 void setCashoutDate(RDate cashoutDate)
           
 boolean valid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredValueCardCashoutResponse

public StoredValueCardCashoutResponse()
Method Detail

getCashoutAmount

public Money getCashoutAmount()

setCashoutAmount

public void setCashoutAmount(Money cashoutAmount)

setCashoutDate

public void setCashoutDate(RDate cashoutDate)

getCashoutDate

public RDate getCashoutDate()

valid

public boolean valid()

getBannerDisplayCode

public java.lang.String getBannerDisplayCode()

setBannerDisplayCode

public void setBannerDisplayCode(java.lang.String string)


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