com.ibm.commerce.negotiation.commands
Interface DoDepositPaymentCmd

All Superinterfaces:
RecordAuctionPaymentCmd, TaskCommand
All Known Implementing Classes:
DoDepositPaymentCmdImpl

public interface DoDepositPaymentCmd
extends RecordAuctionPaymentCmd

Interface to record the deposit for a bid


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Methods inherited from interface com.ibm.commerce.negotiation.commands. RecordAuctionPaymentCmd
getAmount, getBidId, getBidPaymentId, getComment, getEncryptedPaymentInfo, getEncryption, getPaymentType, setActionType, setAmount, setBidId, setComment, setEncryptedPaymentInfo, setEncryption, setPaymentType
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values