public interface RespondPAttributeCmd 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 class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAttributeInfo(java.util.Vector newAttrInfo)
Sets the product specifications.
|
void |
setRequestId(java.lang.Long requestId)
Sets the request ID
|
void |
setResponseId(java.lang.Long responseId)
Sets the response ID
|
void |
setRFQResponseProductId(java.lang.Long rfqResponseProductId)
Sets the rfq response product ID.
|
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 setAttributeInfo(java.util.Vector newAttrInfo)
newAttrInfo - The vector of hashtables of product specifications.void setRequestId(java.lang.Long requestId)
requestId - The request ID.void setResponseId(java.lang.Long responseId)
responseId - The response ID.void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
rfqResponseProductId - The rfq response product ID.