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)
public void setAttrValue(java.lang.String attrValue)
public void setQuantityUnit(java.lang.String quantityUnit)
public void setOperatorId(java.lang.Integer operatorId)
public void setRFQProductId(java.lang.Long rFQProductId)
public void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
public void setOrderItemId(java.lang.Long orderItemId)
public void setMandatory(java.lang.Integer mandatory)
public void setChangeable(java.lang.Integer changeable)
public void setPAttributeId(java.lang.Long pAttributeId)
public void setAllowMultipleValues(boolean allowMultipleValues)
public void setValueDelimiter(java.lang.String valueDelimiter)
public java.lang.Long[] getPAttributeValueIds()
public void setCorrelationGroup(java.lang.Long correlationGroup)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.