public interface CreateRFQAttachmentCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setDocumentdesc(java.lang.String newDocumentdesc)
newDocumentdesc - The document description.void setDocumentURL(java.lang.String newDocumentURL)
newDocumentURL - The document URL.void setMimeencoding(java.lang.String newMimeencoding)
newMimeencoding - The mime encoding.void setMimetype(java.lang.String newMimetype)
newMimetype - The mime type.void setOwnerId(java.lang.Long newOwnerId)
newOwnerId - The owner ID.void setTradingId(java.lang.Long newTradingId)
newTradingId - The RFQ ID.void setUsage(java.lang.String newUsage)
newUsage - The attachment usage.