Creates terms and conditions of type "OrderComments".
This command can be used to convert freeform terms and conditions input during the course of a negotiation into Terms and Conditions associated with a trading agreement. When an order results from a trading agreement, the OrderComment TCs will appear as customer comments in the prepared order.
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 |
setCommentsVector(java.util.Vector newComments) Stores the list of freeform comments that need to be converted into TCs. |
void |
setTradingId(java.lang.Long newTradingid)
Stores the incoming trading agreement ID. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setCommentsVector(java.util.Vector newComments)
newComments
- The list of freeform
comments.public void setTradingId(java.lang.Long newTradingid)