com.retek.rcom.gui.util
Class RefundablePayment

java.lang.Object
  extended bycom.retek.rcom.gui.util.RefundablePayment

public class RefundablePayment
extends java.lang.Object

This class pairs together a credit card payment with a refundable object. This allows the refundable object to be displayed appropriately in the GUI in selecting lists. This is not a utility. It really belongs in the wrapper package.


Constructor Summary
RefundablePayment(Refundable refundable)
           
 
Method Summary
 DistributedReference getReference()
           
 Refundable getRefundable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefundablePayment

public RefundablePayment(Refundable refundable)
Method Detail

getRefundable

public Refundable getRefundable()

getReference

public DistributedReference getReference()

toString

public java.lang.String toString()


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