com.ibm.retail.AEF.automation
Class TenderIdentifierImpl

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--com.ibm.retail.AEF.automation.IdentifierImpl
                    |
                    +--com.ibm.retail.AEF.automation.TenderIdentifierImpl
All Implemented Interfaces:
java.lang.Cloneable, Identifier, java.util.Map, java.io.Serializable, TenderIdentifier
Direct Known Subclasses:
CreditIdentifierImpl, MSRCreditIdentifierImpl

public abstract class TenderIdentifierImpl
extends com.ibm.retail.AEF.automation.IdentifierImpl
implements TenderIdentifier

TenderIdentifierImpl is a class which contains tender information.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Fields inherited from interface com.ibm.retail.AEF.automation.TenderIdentifier
AMOUNT, BALANCE_DUE
 
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier
ACCOUNT_NUMBER, PRICE
 
Constructor Summary
TenderIdentifierImpl()
          Constructor.
TenderIdentifierImpl(java.lang.String amount)
          Constructor.
 
Method Summary
(package private) static java.lang.String copyright()
           
 java.lang.String getAmount()
          Gets the tender amount.
 void setAmount(java.lang.String amount)
          Sets the tender amount.
 
Methods inherited from class com.ibm.retail.AEF.automation.IdentifierImpl
toString
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.retail.AEF.automation.TenderIdentifier
getKey
 
Methods inherited from interface com.ibm.retail.AEF.automation.Identifier
toString
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

TenderIdentifierImpl

public TenderIdentifierImpl()
Constructor.


TenderIdentifierImpl

public TenderIdentifierImpl(java.lang.String amount)
Constructor.

Parameters:
amount - The amount of the tender.
Method Detail

copyright

static java.lang.String copyright()

setAmount

public void setAmount(java.lang.String amount)
Sets the tender amount.

Specified by:
setAmount in interface TenderIdentifier
Parameters:
amount -

getAmount

public java.lang.String getAmount()
Gets the tender amount.

Specified by:
getAmount in interface TenderIdentifier
Returns:
String


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004