public interface CopyRFQCmd 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 |
|---|---|
boolean |
getCopyAttachment()
Gets the copyAttachment
|
java.lang.Long |
getNewRFQId()
Returns the RFQ id of the new copy.
|
java.lang.String |
getNewRFQName()
returns the unique name for the new RFQ
|
java.lang.Long |
getSourceRFQId()
Returns the source RFQ unique id used for the copy.
|
void |
setCopyAttachment(boolean copyAttachment)
Sets the copyAttachment
|
void |
setNewRFQName(java.lang.String name)
Sets the unique name for the new RFQ
|
void |
setSourceRFQId(java.lang.Long rfqId)
Sets the source of RFQ id to copy from.
|
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 NAME
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
java.lang.Long getNewRFQId()
java.lang.String getNewRFQName()
java.lang.Long getSourceRFQId()
void setNewRFQName(java.lang.String name)
The - unique String name value for the new RFQ.void setSourceRFQId(java.lang.Long rfqId)
rfqId - The source Long unique RFQ id value.boolean getCopyAttachment()
void setCopyAttachment(boolean copyAttachment)
copyAttachment - The copyAttachment to set