public class ModifyRFQAttachmentCmdImpl extends TaskCommandImpl implements ModifyRFQAttachmentCmd
This command uses the following AccessBeans:
| 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
Attachment 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
Attachment Usage.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
ModifyRFQAttachmentCmdImpl()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAttachmentId()
Returns attachment ID.
|
java.lang.String |
getDocumentdesc()
Returns attachment description.
|
java.lang.String |
getDocumentURL()
Returns Document URL.
|
java.lang.String |
getMimeencoding()
Returns Document Mime Coding.
|
java.lang.String |
getMimetype()
Returns Document Mime Type.
|
java.lang.Long |
getOwnerId()
Returns Owner Id.
|
java.lang.Long |
getTradingId()
Returns Trading Id.
|
java.lang.String |
getUsage()
Returns attachment usage.
|
void |
performExecute()
Modifies RFQ attachment information.
|
void |
reset()
Reset the command.
|
void |
setAttachmentId(java.lang.Long newAttachmentId)
Sets new attachment Id.
|
void |
setDocumentdesc(java.lang.String newDocumentdesc)
Sets new attachment description.
|
void |
setDocumentURL(java.lang.String newDocumentURL)
Sets new document URL.
|
void |
setMimeencoding(java.lang.String newMimeencoding)
Sets new document Mime Coding.
|
void |
setMimetype(java.lang.String newMimetype)
Sets new document Mime Type.
|
void |
setOwnerId(java.lang.Long newOwnerId)
Sets new Owner.
|
void |
setTradingId(java.lang.Long newTradingId)
Sets new Trading Id.
|
void |
setUsage(java.lang.String newUsage)
Sets new Usage.
|
void |
validateParameters()
Checks for the validity of the incoming 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.Long attachmentId
public java.lang.String documentdesc
public java.lang.String documentURL
public java.lang.String mimeencoding
public java.lang.String mimetype
public java.lang.Long ownerId
public java.lang.Long tradingId
public java.lang.String usage
public ModifyRFQAttachmentCmdImpl()
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 AbstractECTargetableCommandECExceptionECCommand#performExecute()public void setAttachmentId(java.lang.Long newAttachmentId)
setAttachmentId in interface ModifyRFQAttachmentCmdnewAttachmentId - Sets new attachment Idpublic void setDocumentdesc(java.lang.String newDocumentdesc)
setDocumentdesc in interface ModifyRFQAttachmentCmdnewDocumentdesc - Sets new attachment descriptionpublic void setDocumentURL(java.lang.String newDocumentURL)
setDocumentURL in interface ModifyRFQAttachmentCmdnewDocumentURL - Sets new document URLpublic void setMimeencoding(java.lang.String newMimeencoding)
setMimeencoding in interface ModifyRFQAttachmentCmdnewMimeencoding - Sets new document Mime Codingpublic void setMimetype(java.lang.String newMimetype)
setMimetype in interface ModifyRFQAttachmentCmdnewMimetype - Sets new document Mime Typepublic void setOwnerId(java.lang.Long newOwnerId)
setOwnerId in interface ModifyRFQAttachmentCmdnewOwnerId - Sets new Ownerpublic void setTradingId(java.lang.Long newTradingId)
setTradingId in interface ModifyRFQAttachmentCmdnewTradingId - Sets new Trading Idpublic void setUsage(java.lang.String newUsage)
setUsage in interface ModifyRFQAttachmentCmdnewUsage - Sets new Usagepublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionECCommand#validateParameters()