com.ibm.commerce.utf.commands
Interface ModifyOrderItemPAttributeTCCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ModifyOrderItemPAttributeTCCmdImpl

public interface ModifyOrderItemPAttributeTCCmd
extends TaskCommand

Modifies terms and conditions of type "OrderItemPAttribute".


Field Summary
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.
 
Method Summary
 void setLanguageId(java.lang.Integer newLanguageId)
          Save the incoming language Id.
 void setPAttributeVector(java.util.Vector newPAttributes)
          Save the incoming vector of personalization attributes.
 void setTradingId(java.lang.Long newTradingid)           Save the incoming trading Id
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

setLanguageId

public void setLanguageId(java.lang.Integer newLanguageId)
Save the incoming language Id.
Parameters:
newLanguageId - java.lang.Integer

setPAttributeVector

public void setPAttributeVector(java.util.Vector newPAttributes)
Save the incoming vector of personalization attributes.
Parameters:
newPAttributes - java.util.Vector

setTradingId

public void setTradingId(java.lang.Long newTradingid)
Save the incoming trading Id
Parameters:
newTradingid - java.lang.Long