public class CreateRFQAttachmentCmdImpl extends TaskCommandImpl implements CreateRFQAttachmentCmd
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
attachmentId
Attachment Id.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
java.lang.String |
documentdesc
Document Description.
|
java.lang.String |
documentURL
Document URL.
|
java.lang.String |
mimeencoding
Document MIME Coding.
|
java.lang.String |
mimetype
Document MIME Type.
|
java.lang.Long |
ownerId
Owner Id.
|
java.lang.Long |
tradingId
Trading Id.
|
java.lang.String |
usage
Document Usage.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CreateRFQAttachmentCmdImpl()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAttachmentId()
Returns the Attachment Id
|
java.lang.String |
getDocumentdesc()
Returns the attachment description
|
java.lang.String |
getDocumentURL()
Returns the Document URL
|
java.lang.String |
getMimeencoding()
Returns the Mime Coding
|
java.lang.String |
getMimetype()
Returns the Mime Type
|
java.lang.Long |
getOwnerId()
Returns the owner
|
java.lang.Long |
getTradingId()
Returns the Trading Id
|
java.lang.String |
getUsage()
Returns the Document Usage
|
void |
performExecute()
Performs the Create RFQ Attachment Action
|
void |
reset()
Reset the command.
|
void |
setAttachmentId(java.lang.Long newAttachmentId)
Sets the attachment Id
|
void |
setDocumentdesc(java.lang.String newDocumentdesc)
Sets the attachment description
|
void |
setDocumentURL(java.lang.String newDocumentURL)
Sets the document URL
|
void |
setMimeencoding(java.lang.String newMimeencoding)
Sets the document Mime Coding
|
void |
setMimetype(java.lang.String newMimetype)
Sets the document Mime type
|
void |
setOwnerId(java.lang.Long newOwnerId)
Sets the document owner
|
void |
setTradingId(java.lang.Long newTradingId)
Sets the trading id
|
void |
setUsage(java.lang.String newUsage)
Sets the usage
|
void |
validateParameters()
Performs validate parameters
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.String documentdesc
public java.lang.String documentURL
public java.lang.String mimeencoding
public java.lang.String mimetype
public java.lang.Long tradingId
public java.lang.Long ownerId
public java.lang.String usage
public java.lang.Long attachmentId
public CreateRFQAttachmentCmdImpl()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic java.lang.Long getAttachmentId()
public java.lang.String getDocumentdesc()
public java.lang.String getDocumentURL()
public java.lang.String getMimeencoding()
public java.lang.String getMimetype()
public java.lang.Long getOwnerId()
public java.lang.Long getTradingId()
public java.lang.String getUsage()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECSystemExceptionECApplicationExceptionECExceptionECCommand#performExecute()public void setAttachmentId(java.lang.Long newAttachmentId)
newAttachmentId - attachment Idpublic void setDocumentdesc(java.lang.String newDocumentdesc)
setDocumentdesc in interface CreateRFQAttachmentCmdnewDocumentdesc - attachment descriptionpublic void setDocumentURL(java.lang.String newDocumentURL)
setDocumentURL in interface CreateRFQAttachmentCmdnewDocumentURL - document URLpublic void setMimeencoding(java.lang.String newMimeencoding)
setMimeencoding in interface CreateRFQAttachmentCmdnewMimeencoding - Mime Codingpublic void setMimetype(java.lang.String newMimetype)
setMimetype in interface CreateRFQAttachmentCmdnewMimetype - Mime typepublic void setOwnerId(java.lang.Long newOwnerId)
setOwnerId in interface CreateRFQAttachmentCmdnewOwnerId - document ownerpublic void setTradingId(java.lang.Long newTradingId)
setTradingId in interface CreateRFQAttachmentCmdnewTradingId - trading idpublic void setUsage(java.lang.String newUsage)
setUsage in interface CreateRFQAttachmentCmdnewUsage - usagepublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionECApplicationExceptionECSystemExceptionECCommand#validateParameters()