com.retek.component.payment.integration.storedvaluecard
Class StoredValueCardCashoutResponse

java.lang.Object
  extended bycom.retek.component.payment.integration.storedvaluecard.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()
           
 java.math.BigDecimal getCashoutAmount()
           
 java.util.Date getCashoutDate()
           
 void setBannerDisplayCode(java.lang.String string)
           
 void setCashoutAmount(java.math.BigDecimal cashoutAmount)
           
 void setCashoutDate(java.util.Date date)
           
 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 java.math.BigDecimal getCashoutAmount()

setCashoutAmount

public void setCashoutAmount(java.math.BigDecimal cashoutAmount)

valid

public boolean valid()

getCashoutDate

public java.util.Date getCashoutDate()

setCashoutDate

public void setCashoutDate(java.util.Date date)

getBannerDisplayCode

public java.lang.String getBannerDisplayCode()

setBannerDisplayCode

public void setBannerDisplayCode(java.lang.String string)


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