Creates a personalization attribute value.
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 | |
---|---|
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 group. |
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. |
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 setAttrName(java.lang.String attrName)
attrName
- The personalization attribute
name.public void setAttrValue(java.lang.String attrValue)
attrValue
- The personalization attribute
value.public void setQuantityUnit(java.lang.String quantityUnit)
quantityUnit
- The quantity unit.public void setOperatorId(java.lang.Integer operatorId)
public void setRFQProductId(java.lang.Long rFQProductId)
rFQProductId
- The RFQ product ID.public void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
public void setOrderItemId(java.lang.Long orderItemId)
orderItemId
- The order item ID.public void setMandatory(java.lang.Integer mandatory)
mandatory
- The mandatory flag.public void setChangeable(java.lang.Integer changeable)
changeable
- The changeable flag.public void setPAttributeId(java.lang.Long pAttributeId)
pAttributeId
- The personalization attribute
ID.public void setAllowMultipleValues(boolean allowMultipleValues)
allowMultipleValues
- The allow multiple values
flag.public void setValueDelimiter(java.lang.String valueDelimiter)
valueDelimiter
- The value delimiter.public java.lang.Long[] getPAttributeValueIds()
public void setCorrelationGroup(java.lang.Long correlationGroup)
correlationGroup
- The correlation group.