|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.order.CommerceIdentifierImpl
atg.commerce.order.HandlingInstructionImpl
atg.commerce.gifts.GiftlistHandlingInstruction
public class GiftlistHandlingInstruction
Designates an item in an order as being a gift from someones giftlist.
| 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.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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public GiftlistHandlingInstruction()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||