atg.projects.store.order
Class GiftWrapCommerceItem

java.lang.Object
  extended by atg.commerce.order.CommerceIdentifierImpl
      extended by atg.commerce.order.CommerceItemImpl
          extended by atg.projects.store.order.GiftWrapCommerceItem
All Implemented Interfaces:
atg.commerce.order.ChangedProperties, atg.commerce.order.CommerceIdentifier, atg.commerce.order.CommerceItem, atg.commerce.order.PaymentGroupRelationshipContainer, atg.commerce.order.ShippingGroupRelationshipContainer, java.io.Serializable, java.util.Observer

public class GiftWrapCommerceItem
extends atg.commerce.order.CommerceItemImpl

Holder for GiftWrapCommerceItem.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
 
Fields inherited from class atg.commerce.order.CommerceItemImpl
mAuxiliaryData
 
Constructor Summary
GiftWrapCommerceItem()
           
 
Method Summary
 
Methods inherited from class atg.commerce.order.CommerceItemImpl
addChangedProperty, addPaymentGroupRelationship, addPaymentGroupRelationship, addShippingGroupRelationship, addShippingGroupRelationship, clearChangedProperties, createAuxiliaryData, getAuxiliaryData, getCatalogId, getCatalogKey, getCatalogRefId, getChangedProperties, getCommerceItemClassType, getPaymentGroupRelationship, getPaymentGroupRelationshipCount, getPaymentGroupRelationships, getPriceInfo, getPriceInfoRepositoryItem, getPropertyValue, getQuantity, getRepositoryItem, getReturnedQuantity, getSaveAllProperties, getShippingGroupRelationship, getShippingGroupRelationshipContainer, getShippingGroupRelationshipCount, getShippingGroupRelationships, getState, getStateAsString, getStateAsUserResource, getStateDetail, isChanged, removeAllPaymentGroupRelationships, removeAllShippingGroupRelationships, removePaymentGroupRelationship, removeShippingGroupRelationship, setCatalogId, setCatalogKey, setCatalogRefId, setChanged, setCommerceItemClassType, setPriceInfo, setPriceInfoRepositoryItem, setPropertyValue, setQuantity, setRepositoryItem, setSaveAllProperties, setState, setStateAsString, setStateDetail, toString, 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, wait, wait, wait
 
Methods inherited from interface atg.commerce.order.CommerceIdentifier
getId
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string.

Constructor Detail

GiftWrapCommerceItem

public GiftWrapCommerceItem()