public interface DeletePAttributeValueCmd 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 | getPAttributeId()
Gets the personalization attribute ID of the deleted personalization attribute value.
|
java.lang.Long | getRfqProductId()
Gets the RFQ product ID of the deleted personalization attribute value.
|
java.lang.Long | getRspProductId()
Gets the response product ID of the deleted personalization attribute value.
|
void | setPAttrValueId(java.lang.Long pAttrValueId)
Sets the personalization attribute value ID.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setPAttrValueId(java.lang.Long pAttrValueId)
java.lang.Long getRfqProductId()
java.lang.Long getRspProductId()
java.lang.Long getPAttributeId()