public interface CreatePAttributeValueCmd 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 |
---|---|
java.lang.Long[] | getPAttributeValueIds()
Gets the new personalization attribute value IDs.
|
void | setAllowMultipleValues(boolean allowMultipleValues)
(Optional) Sets the allow multiple values flag.
|
void | setAttrName(java.lang.String attrName)
Sets the personalization attribute name.
|
void | setAttrValue(java.lang.String attrValue)
Sets the personalization attribute value.
|
void | setChangeable(java.lang.Integer changeable)
Sets the changeable flag.
|
void | setCorrelationGroup(java.lang.Long correlationGroup)
(Optional) Sets the correlation groups.
|
void | setMandatory(java.lang.Integer mandatory)
Sets the mandatory flag.
|
void | setOperatorId(java.lang.Integer operatorId)
(Optional) Sets the operator ID.
|
void | setOrderItemId(java.lang.Long orderItemId)
(Optional) Sets the order item ID.
|
void | setPAttributeId(java.lang.Long pAttributeId)
Sets the personalization attribute ID.
|
void | setQuantityUnit(java.lang.String quantityUnit)
Sets the quantity unit.
|
void | setRFQProductId(java.lang.Long rFQProductId)
(Optional) Sets the RFQ product ID.
|
void | setRFQResponseProductId(java.lang.Long rfqResponseProductId)
(Optional) Sets the RFQ response product ID.
|
void | setValueDelimiter(java.lang.String valueDelimiter)
(Optional) Sets the value delimiter.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAttrName(java.lang.String attrName)
void setAttrValue(java.lang.String attrValue)
void setQuantityUnit(java.lang.String quantityUnit)
void setOperatorId(java.lang.Integer operatorId)
void setRFQProductId(java.lang.Long rFQProductId)
void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
void setOrderItemId(java.lang.Long orderItemId)
void setMandatory(java.lang.Integer mandatory)
void setChangeable(java.lang.Integer changeable)
void setPAttributeId(java.lang.Long pAttributeId)
void setAllowMultipleValues(boolean allowMultipleValues)
void setValueDelimiter(java.lang.String valueDelimiter)
java.lang.Long[] getPAttributeValueIds()
void setCorrelationGroup(java.lang.Long correlationGroup)