com.ibm.commerce.giftregistry.beans

Class GiftRegistryAddressDataBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GiftRegistryAddressDataBean

        public GiftRegistryAddressDataBean()
        Generates an empty GiftRegistryAddressDataBean
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty param)
        Sets the request properties within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        requestProperties - the set of properties passed to the JSP page that invokes this data bean,
        Throws:
        java.lang.Exception - if there is a problem when setting the request properties. This particular method should not throw any exception because it just stores the request properties.
      • populate

        public void populate()
        Loads data into the data bean when the DataBeanManager.activate() runs.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - if there is a problem populating the data bean with data.
      • setAddressId

        public void setAddressId(java.lang.Long newValue)
        Sets the address ID for this bean
        Overrides:
        setAddressId in class GiftRegistryAddressAccessBean
        Parameters:
        newValue - - gift registry address ID
      • getEmail1

        public java.lang.String getEmail1()
        Gets the e-mail address 1 of the individual.
        Overrides:
        getEmail1 in class GiftRegistryAddressAccessBean
        Returns:
        Returns the email1 value
      • getEmail2

        public java.lang.String getEmail2()
        Gets the e-mail address 2 of the individual.
        Overrides:
        getEmail2 in class GiftRegistryAddressAccessBean
        Returns:
        Returns the email2 value
      • getFax

        public java.lang.String getFax()
        Gets the facsimile number 1 of the individual.
        Overrides:
        getFax in class GiftRegistryAddressAccessBean
        Returns:
        Returns the fax1 value
      • getState

        public java.lang.String getState()
        Gets the name of the state, province, or equivalent where the individual resides.
        Overrides:
        getState in class GiftRegistryAddressAccessBean
        Returns:
        Returns the state value
      • getTitle

        public java.lang.String getTitle()
        Gets the title of the person to which this address applies.
        Overrides:
        getTitle in class GiftRegistryAddressAccessBean
        Returns:
        Returns the title value
      • getZipCode

        public java.lang.String getZipCode()
        Gets the ZIP code or equivalent postal code of the individual's address.
        Overrides:
        getZipCode in class GiftRegistryAddressAccessBean
        Returns:
        Returns the zipCode value