public class GiftlistHandlingInstruction extends HandlingInstructionImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
GiftlistHandlingInstruction()
Constructs an instanceof GiftlistHandlingInstruction
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGiftlistId()
The id of the giftlist that this item was seen in
|
java.lang.String |
getGiftlistItemId()
The id of the giftlist item being handled
|
void |
setGiftlistId(java.lang.String pGiftlistId)
Sets property giftlistId
|
void |
setGiftlistItemId(java.lang.String pGiftlistItemId)
Sets property giftlistItemId
|
addChangedProperty, clearChangedProperties, getChangedProperties, getCommerceItemId, getHandlingInstructionClassType, getHandlingMethod, getPropertyValue, getQuantity, getRepositoryItem, getSaveAllProperties, getShippingGroupId, isChanged, setChanged, setCommerceItemId, setHandlingInstructionClassType, setHandlingMethod, setPropertyValue, setQuantity, setRepositoryItem, setSaveAllProperties, setShippingGroupId, updategetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic GiftlistHandlingInstruction()
public java.lang.String getGiftlistId()
public void setGiftlistId(java.lang.String pGiftlistId)
pGiftlistId - The id of the giftlist that this item was seen inpublic java.lang.String getGiftlistItemId()
public void setGiftlistItemId(java.lang.String pGiftlistItemId)
pGiftlistItemId - The id of the giftlist item that item being handled