com.ibm.commerce.component.giftregistry.objects

Class GiftRegistryItem

  • java.lang.Object
    • com.ibm.commerce.base.objects.EntityBase
      • com.ibm.commerce.component.giftregistry.objimpl.GiftRegistryProtectableEntityBase
        • com.ibm.commerce.component.giftregistry.objimpl.GiftRegistryItemEntityBase
          • com.ibm.commerce.component.giftregistry.objects.GiftRegistryItem
  • All Implemented Interfaces:
    Protectable, java.io.Serializable


    @Entity(name="GiftRegistryItem")
    public class GiftRegistryItem
    extends com.ibm.commerce.component.giftregistry.objimpl.GiftRegistryItemEntityBase
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GiftRegistryItem() 
    • Method Summary

      • Methods inherited from class com.ibm.commerce.component.giftregistry.objimpl.GiftRegistryItemEntityBase

        getCreateTime, getField1, getField2, getField3, getField4, getField5, getGiftItemId, getGiftRegistry, getLastUpdate, getLocation, getPartAuxKey, getPartNumber, getQuantityBought, getQuantityRequested, setCreateTime, setField1, setField2, setField3, setField4, setField5, setGiftItemId, setGiftRegistry, setLastUpdate, setLocation, setPartAuxKey, setPartNumber, setQuantityBought, setQuantityRequested
      • Methods inherited from class com.ibm.commerce.component.giftregistry.objimpl.GiftRegistryProtectableEntityBase

        getUserRelationship, setUserRelationship
      • Methods inherited from class com.ibm.commerce.base.objects.EntityBase

        fulfills, getGroupingAttributeValue, getOptCounter, getOwner, setOptCounter
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • GiftRegistryItem

        public GiftRegistryItem()