com.ibm.commerce.utf.commands
Interface RejectRFQResponsesCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RejectRFQResponsesCmdImpl

public interface RejectRFQResponsesCmd
extends TaskCommand

Rejects responses to a specific RFQ.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 java.lang.Long getRfqId()
           
 java.lang.Long[] getRfqResponses()
           
 void setRfqId(java.lang.Long rfqId)
           
 void setRfqResponses(java.lang.Long[] responseIds)            
 

Field Detail

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

getRfqId

public java.lang.Long getRfqId()
Returns:
The Long RFQ Id value of the responses.

getRfqResponses

public java.lang.Long[] getRfqResponses()
Returns:
A Long array of response ids in which to reject.

setRfqId

public void setRfqId(java.lang.Long rfqId)
Parameters:
rfqId - The Long RFQ id for the reponses.

setRfqResponses

public void setRfqResponses(java.lang.Long[] responseIds)
Parameters:
responseIds - A Long array of response ids in which to reject.