com.intuit.qbmsconnector.response
Class AbstractWalletEntry
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWalletEntry
public AbstractWalletEntry()
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.