public class FreeGiftChoice extends java.lang.Object implements RewardChoice
<p> <RewardChoice impl="com.ibm.commerce.marketing.promotion.choice.gift.FreeGiftChoice"> <GiftItem impl="com.ibm.commerce.marketing.promotion.choice.gift.CatalogEntryGiftItem"> <Quantity>1</Quantity> <CatalogEntryKey> <SKU>SKU-20101099</SKU> <DN>o=Root Organization</DN> </CatalogEntryKey> </GiftItem> </RewardChoice> </p>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
ATTRIBUTE_NAME_IMPL, TAG_REWARD_CHOICE
Constructor and Description |
---|
FreeGiftChoice() |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(org.w3c.dom.Node anXMLNode)
Transforms the XML node into its corresponding real Object.
|
java.util.List |
getGiftItems()
Returns a list of GiftItem objects.
|
java.lang.String |
toXML()
Please note that this implementation will cache the result XML after
first call to this method.
|
public static final java.lang.String COPYRIGHT
public java.util.List getGiftItems()
public void fromXML(org.w3c.dom.Node anXMLNode) throws DeXMLizationException
XMLizable
fromXML
in interface XMLizable
anXMLNode
- The node that represents an XMLizable objectDeXMLizationException
- when this process failsXMLizable.fromXML(org.w3c.dom.Node)
public java.lang.String toXML() throws XMLizationException
toXML
in interface XMLizable
XMLizationException
- when this process failsXMLizable.toXML()