com.ibm.commerce.utf.commands
Interface CloseRFQCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CloseRFQCmdImpl

public interface CloseRFQCmd
extends TaskCommand

Closes RFQs.


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[] getRfqIds()
           
 void setRfqIds(java.lang.Long[] rfqIds)           Sets the RFQ ids to be closed.
 

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

getRfqIds

public java.lang.Long[] getRfqIds()
Returns:
The array of RFQ id Long values to be closed.

setRfqIds

public void setRfqIds(java.lang.Long[] rfqIds)
Sets the RFQ ids to be closed.
Parameters:
rfqIds - A Long array of RFQ ids to be closed.