public interface CopyRFQAttachmentCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
Default implementation class name
|
static java.lang.String |
NAME
Task command name
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getNewRFQId()
Returns the RFQ id of the new copy.
|
java.lang.Long |
getSourceRFQId()
Returns the source RFQ unique id used for the copy.
|
void |
setNewRFQId(java.lang.Long newRFQId)
Sets the unique id for the new RFQ
|
void |
setSourceRFQId(java.lang.Long sourceRfqId)
Sets the source of RFQ id to copy from.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.Long getNewRFQId()
void setNewRFQId(java.lang.Long newRFQId)
The
- unique Long id value for the new RFQ.java.lang.Long getSourceRFQId()
void setSourceRFQId(java.lang.Long sourceRfqId)
rfqId
- The source Long unique RFQ id value.