com.intuit.qbmsconnector.response
Class AbstractWalletEntry

java.lang.Object
  extended by com.intuit.qbmsconnector.response.AbstractWalletEntry
Direct Known Subclasses:
CheckWalletEntry, CreditCardWalletEntry

public abstract class AbstractWalletEntry
extends Object

Abstract class for Credit Card or Check Wallet Entry.


Constructor Summary
AbstractWalletEntry()
           
 
Method Summary
 String getWalletEntryID()
          Gets the wallet entry id.
 void setWalletEntryID(String walletEntryID)
          Sets the wallet entry id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWalletEntry

public AbstractWalletEntry()
Method Detail

getWalletEntryID

public String getWalletEntryID()
Gets the wallet entry id.

Returns:
the walletEntryID

setWalletEntryID

public void setWalletEntryID(String walletEntryID)
Sets the wallet entry id.

Parameters:
walletEntryID - the walletEntryID to set


Copyright © 2006-2010 Intuit Inc. All Rights Reserved.