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.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAttrName(java.lang.String attrName)
attrName - The personalization attribute name.void setAttrValue(java.lang.String attrValue)
attrValue - The personalization attribute value.void setQuantityUnit(java.lang.String quantityUnit)
quantityUnit - The quantity unit.void setOperatorId(java.lang.Integer operatorId)
operator - The operator ID.void setRFQProductId(java.lang.Long rFQProductId)
rFQProductId - The RFQ product ID.void setRFQResponseProductId(java.lang.Long rfqResponseProductId)
rFQResponseProductId - The RFQ response product ID.void setOrderItemId(java.lang.Long orderItemId)
orderItemId - The order item ID.void setMandatory(java.lang.Integer mandatory)
mandatory - The mandatory flag.void setChangeable(java.lang.Integer changeable)
changeable - The changeable flag.void setPAttributeId(java.lang.Long pAttributeId)
pAttributeId - The personalization attribute ID.void setAllowMultipleValues(boolean allowMultipleValues)
allowMultipleValues - The allow multiple values flag.void setValueDelimiter(java.lang.String valueDelimiter)
valueDelimiter - The value delimiter.java.lang.Long[] getPAttributeValueIds()
void setCorrelationGroup(java.lang.Long correlationGroup)
correlationGroup - The correlation group.