com.ibm.commerce.component.giftregistry.objects

Class GiftRegistryAddress

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


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

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

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

        getAddress1, getAddress2, getAddress3, getAddressId, getCity, getCountry, getEmail1, getEmail2, getFax, getField1, getField2, getField3, getField4, getField5, getFirstName, getGiftRegistryId, getLastName, getMiddleName, getPhone1, getPhone2, getPhone3, getSearchKeyFirstName, getSearchKeyLastName, getState, getSuffix, getTitle, getZipCode, setAddress1, setAddress2, setAddress3, setAddressId, setCity, setCountry, setEmail1, setEmail2, setFax, setField1, setField2, setField3, setField4, setField5, setFirstName, setGiftRegistryId, setLastName, setMiddleName, setPhone1, setPhone2, setPhone3, setSearchKeyFirstName, setSearchKeyLastName, setState, setSuffix, setTitle, setZipCode
      • 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

      • GiftRegistryAddress

        public GiftRegistryAddress()