atg.commerce.gifts
Class GiftlistHandlingInstruction

java.lang.Object
  extended by atg.commerce.order.CommerceIdentifierImpl
      extended by atg.commerce.order.HandlingInstructionImpl
          extended by atg.commerce.gifts.GiftlistHandlingInstruction
All Implemented Interfaces:
ChangedProperties, CommerceIdentifier, HandlingInstruction, java.io.Serializable, java.util.Observer

public class GiftlistHandlingInstruction
extends HandlingInstructionImpl

Designates an item in an order as being a gift from someones giftlist.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
GiftlistHandlingInstruction()
          Constructs an instanceof GiftlistHandlingInstruction
 
Method Summary
 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
 
Methods inherited from class atg.commerce.order.HandlingInstructionImpl
addChangedProperty, clearChangedProperties, getChangedProperties, getCommerceItemId, getHandlingInstructionClassType, getHandlingMethod, getPropertyValue, getQuantity, getRepositoryItem, getSaveAllProperties, getShippingGroupId, isChanged, setChanged, setCommerceItemId, setHandlingInstructionClassType, setHandlingMethod, setPropertyValue, setQuantity, setRepositoryItem, setSaveAllProperties, setShippingGroupId, update
 
Methods inherited from class atg.commerce.order.CommerceIdentifierImpl
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

GiftlistHandlingInstruction

public GiftlistHandlingInstruction()
Constructs an instanceof GiftlistHandlingInstruction

Method Detail

getGiftlistId

public java.lang.String getGiftlistId()
The id of the giftlist that this item was seen in

Returns:
The value of the property giftlistId

setGiftlistId

public void setGiftlistId(java.lang.String pGiftlistId)
Sets property giftlistId

Parameters:
pGiftlistId - The id of the giftlist that this item was seen in

getGiftlistItemId

public java.lang.String getGiftlistItemId()
The id of the giftlist item being handled

Returns:
the value of the property giftlistItemId

setGiftlistItemId

public void setGiftlistItemId(java.lang.String pGiftlistItemId)
Sets property giftlistItemId

Parameters:
pGiftlistItemId - The id of the giftlist item that item being handled