com.ibm.commerce.rfq.commands
Interface CreateTradeAttachmentCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CreateTradeAttachmentCmdImpl

public interface CreateTradeAttachmentCmd
extends TaskCommand

Associates an attachment object to a trading object.


Field Summary
static java.lang.String COPYRIGHT
          COPYRIGHT
static java.lang.String defaultCommandClassName
          Default implementation class name
static java.lang.String NAME
          Task command name
 
Method Summary
 void setAttachmentId(java.lang.Long attachmentId)
          Sets the storeId field and uses it to set the attachmentId key field of the access bean.
 void setTradingId(java.lang.Long rfqId)
          Sets the rfqId field and uses it to set the rfqId key field of the access bean.
 

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

NAME

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name
See Also:
Constant Field Values
Method Detail

setTradingId

public void setTradingId(java.lang.Long rfqId)
Sets the rfqId field and uses it to set the rfqId key field of the access bean.
Parameters:
rfqId - The rfqId to set

setAttachmentId

public void setAttachmentId(java.lang.Long attachmentId)
Sets the storeId field and uses it to set the attachmentId key field of the access bean.
Parameters:
attachmentId - The attachmentId to set