com.ibm.commerce.rfq.commands
Interface RespondPAttributeTCCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
RespondPAttributeTCCmdImpl

public interface RespondPAttributeTCCmd
extends TaskCommand

Responds to order item personalization attribute terms and conditions.


Field Summary
static java.lang.String COPYRIGHT
Copyright statement.
static java.lang.String defaultCommandClassName
The default implementation class name.
static java.lang.String NAME
The full class name for this interface file.
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
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
Method Detail

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

Feedback