com.ibm.commerce.component.giftregistry.objects

Class GiftRegistry

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


    @Entity(name="GiftRegistry")
    public class GiftRegistry
    extends com.ibm.commerce.component.giftregistry.objimpl.GiftRegistryEntityBase
    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
      GiftRegistry() 
    • Method Summary

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

        getAcceptGiftCard, getAnnouncementHistory, getCreatedTime, getDescription, getEventDate, getEventType, getEventTypeDescription, getEventTypeDescriptionInLanguage, getExternalId, getField1, getField2, getField3, getField4, getField5, getGiftRegistryId, getGiftRegistryItems, getGiftRegistryRegistrants, getGuestAccessKey, getGuestAccessOption, getLastUpdate, getLocation, getMessageForGuest, getName, getOptForEmail, getPostEventAddress, getPreEventAddress, getRegistrantAccessKey, getStatus, getStoreId, getType, setAcceptGiftCard, setCreatedTime, setDescription, setEventDate, setEventType, setEventTypeDescription, setExternalId, setField1, setField2, setField3, setField4, setField5, setGiftRegistryId, setGuestAccessKey, setGuestAccessOption, setLastUpdate, setLocation, setMessageForGuest, setName, setOptForEmail, setPostEventAddress, setPreEventAddress, setRegistrantAccessKey, setStatus, setStoreId, setType
      • 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

      • GiftRegistry

        public GiftRegistry()