com.ibm.commerce.utf.commands
Interface CreateRFQAttachmentCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
CreateRFQAttachmentCmdImpl

public interface CreateRFQAttachmentCmd
extends TaskCommand

Interface to create an RFQ attachment.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setDocumentdesc(java.lang.String newDocumentdesc)
          Stores the document description of the RFQ attachment.
 void setDocumentURL(java.lang.String newDocumentURL)
          Stores the document URL of the RFQ attachment.
 void setMimeencoding(java.lang.String newMimeencoding)
          Stores the mime encoding of the RFQ attachment.
 void setMimetype(java.lang.String newMimetype)
          Stores the mime type of the RFQ attachment.
 void setOwnerId(java.lang.Long newOwnerId)
          Stores the owner ID of the RFQ attachment.
 void setTradingId(java.lang.Long newTradingId)
          Stores the trading agreement ID which is also the RFQ ID.
 void setUsage(java.lang.String newUsage)
          Stores the attachment usage.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setDocumentdesc

public void setDocumentdesc(java.lang.String newDocumentdesc)
Stores the document description of the RFQ attachment.
Parameters:
newDocumentdesc - The document description.

setDocumentURL

public void setDocumentURL(java.lang.String newDocumentURL)
Stores the document URL of the RFQ attachment.
Parameters:
newDocumentURL - The document URL.

setMimeencoding

public void setMimeencoding(java.lang.String newMimeencoding)
Stores the mime encoding of the RFQ attachment.
Parameters:
newMimeencoding - The mime encoding.

setMimetype

public void setMimetype(java.lang.String newMimetype)
Stores the mime type of the RFQ attachment.
Parameters:
newMimetype - The mime type.

setOwnerId

public void setOwnerId(java.lang.Long newOwnerId)
Stores the owner ID of the RFQ attachment.
Parameters:
newOwnerId - The owner ID.

setTradingId

public void setTradingId(java.lang.Long newTradingId)
Stores the trading agreement ID which is also the RFQ ID.
Parameters:
newTradingId - The RFQ ID.

setUsage

public void setUsage(java.lang.String newUsage)
Stores the attachment usage.
Parameters:
newUsage - The attachment usage.