com.ibm.commerce.rfq.commands
Interface RespondPAttributeTCCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- RespondPAttributeTCCmdImpl
- public interface RespondPAttributeTCCmd
- extends TaskCommand
Interface to respond to Order Item TCs.
Method Summary |
void |
setAttributeInfo(java.util.Vector newAttrInfo)
Sets product specifications |
void |
setCatentryId(java.lang.Long newCatentryid)
Sets CatentryId |
void |
setRequestId(java.lang.Long newTradingid)
Sets Request Id |
void |
setResponseId(java.lang.Long newTradingid)
Sets Response Id |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setAttributeInfo
public void setAttributeInfo(java.util.Vector newAttrInfo)
- Sets product specifications
- Parameters:
newAttrInfo
- java.util.Vector
setCatentryId
public void setCatentryId(java.lang.Long newCatentryid)
- Sets CatentryId
- Parameters:
newCatentryid
- java.lang.Long
setRequestId
public void setRequestId(java.lang.Long newTradingid)
- Sets Request Id
- Parameters:
newTradingid
- java.lang.Long
setResponseId
public void setResponseId(java.lang.Long newTradingid)
- Sets Response Id
- Parameters:
newTradingid
- java.lang.Long