com.ibm.commerce.giftregistry.service.valueobjects

Class GiftRegistryAddressVO

  • All Implemented Interfaces:
    java.io.Serializable


    public class GiftRegistryAddressVO
    extends BaseVO
    The value object for gift registry addresses. This value object is used to store the gift registry address information.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAddress1()
      Gets the first line entry form the gift registry address
      java.lang.String getAddress2()
      Gets the second line entry form the gift registry address
      java.lang.String getAddress3()
      Gets the third line entry form the gift registry address
      java.lang.Long getAddressId()
      Gets the address ID form the gift registry address
      java.lang.String getCity()
      Gets the city form the gift registry address
      java.lang.String getCountry()
      Gets the country form the gift registry address
      java.lang.String getEmail1()
      Gets the e-mail address 1 form the gift registry address
      java.lang.String getEmail2()
      Gets the e-mail address 2 form the gift registry address
      java.lang.String getFax()
      Gets the fax number form the gift registry address
      java.lang.Integer getField1()
      Gets the customizable field 1 form the gift registry address
      java.lang.Integer getField2()
      Gets the customizable field 2 form the gift registry address
      java.lang.String getField3()
      Gets the customizable field 3 form the gift registry address
      java.lang.String getField4()
      Gets the customizable field 4 form the gift registry address
      java.lang.String getField5()
      Gets the customizable field 5 form the gift registry address
      java.lang.String getFirstName()
      Gets the first name form the gift registry address
      java.lang.Object getId()
      Gets the ID from the gift registry address
      java.lang.String getLastName()
      Gets the last name form the gift registry address
      java.lang.String getMiddleName()
      Gets the middle name form the gift registry address
      java.lang.String getPersonTitle()
      Gets the person title form the gift registry address
      java.lang.String getPhone1()
      Gets the phone number 1 form the gift registry address
      java.lang.String getPhone2()
      Gets the phone number 2 form the gift registry address
      java.lang.String getPhone3()
      Gets the phone number 3 form the gift registry address
      java.lang.String getState()
      Gets the state form the gift registry address
      java.lang.String getSuffix()
      Gets the suffix form the gift registry address
      java.lang.String getZipCode()
      Gets the ZIP or postal code form the gift registry address
      void setAddress1(java.lang.String address1)
      Sets the first line entry for the gift registry address
      void setAddress2(java.lang.String address2)
      Sets the second line entry for the gift registry address
      void setAddress3(java.lang.String address3)
      Sets the second line entry for the gift registry address
      void setAddressId(java.lang.Long addressId)
      Sets the address ID for the gift registry address
      void setCity(java.lang.String city)
      Sets the city for the gift registry address
      void setCountry(java.lang.String country)
      Sets the country for the gift registry address
      void setEmail1(java.lang.String email1)
      Sets the e-mail address 1 for the gift registry address
      void setEmail2(java.lang.String email2)
      Sets the e-mail address 2 for the gift registry address
      void setFax(java.lang.String fax1)
      Sets the fax number for the gift registry address
      void setField1(java.lang.Integer field1)
      Sets the customizable field 1 for the gift registry address
      void setField2(java.lang.Integer field2)
      Sets the customizable field 2 for the gift registry address
      void setField3(java.lang.String field3)
      Sets the customizable field 3 for the gift registry address
      void setField4(java.lang.String field4)
      Sets the customizable field 4 for the gift registry address
      void setField5(java.lang.String field5)
      Sets the customizable field 5 for the gift registry address
      void setFirstName(java.lang.String firstName)
      Sets first name for the gift registry address
      void setLastName(java.lang.String lastName)
      Sets last name for the gift registry address
      void setMiddleName(java.lang.String middleName)
      Sets middle name for the gift registry address
      void setPersonTitle(java.lang.String personTitle)
      Sets the person title for the gift registry address
      void setPhone1(java.lang.String phone1)
      Sets the phone number 1 for the gift registry address
      void setPhone2(java.lang.String phone2)
      Sets the phone number 2 for the gift registry address
      void setPhone3(java.lang.String phone3)
      Sets the phone number 3 for the gift registry address
      void setState(java.lang.String state)
      Sets the state for the gift registry address
      void setSuffix(java.lang.String suffix)
      Sets the suffix for the gift registry address
      void setZipCode(java.lang.String zipCode)
      Sets the ZIP or postal code for the gift registry address
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_LASTNAME
        Last name
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FIRSTNAME

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FIRSTNAME
        First name
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_MIDDLENAME

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_MIDDLENAME
        Middle name
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_ADDRESS1

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_ADDRESS1
        First line of address entry
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_ADDRESS2

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_ADDRESS2
        Second line of address entry
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_ADDRESS3

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_ADDRESS3
        Third line of address entry
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_CITY

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_CITY
        City
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_STATE

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_STATE
        State
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_COUNTRY

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_COUNTRY
        Country
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_ZIPCODE

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_ZIPCODE
        ZIP or postal code
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_EMAIL1

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_EMAIL1
        E-mail 1
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_EMAIL2

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_EMAIL2
        E-mail 2
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_PHONE3

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_PHONE3
        Phone number 3
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_PERSONTITLE

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_PERSONTITLE
        Person title
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_PHONE1

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_PHONE1
        Phone number 1
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_PHONE2

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_PHONE2
        Phone number 2
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_SUFFIX

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_SUFFIX
        Suffix
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FAX

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FAX
        Fax number
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FIELD1

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FIELD1
        Customizable field1
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FIELD2

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FIELD2
        Customizable field2
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FIELD3

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FIELD3
        Customizable field3
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FIELD4

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FIELD4
        Customizable field4
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_FIELD5

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_FIELD5
        Customizable field5
        See Also:
        Constant Field Values
      • GIFT_REGISTRY_ADDRESS_ID

        public static final java.lang.String GIFT_REGISTRY_ADDRESS_ID
        Address ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • GiftRegistryAddressVO

        public GiftRegistryAddressVO()
    • Method Detail

      • getLastName

        public java.lang.String getLastName()
        Gets the last name form the gift registry address
        Returns:
        Last name
      • setLastName

        public void setLastName(java.lang.String lastName)
        Sets last name for the gift registry address
        Parameters:
        lastName -
      • getFirstName

        public java.lang.String getFirstName()
        Gets the first name form the gift registry address
        Returns:
        First name
      • setFirstName

        public void setFirstName(java.lang.String firstName)
        Sets first name for the gift registry address
        Parameters:
        firstName -
      • getMiddleName

        public java.lang.String getMiddleName()
        Gets the middle name form the gift registry address
        Returns:
        Middle name
      • setMiddleName

        public void setMiddleName(java.lang.String middleName)
        Sets middle name for the gift registry address
        Parameters:
        middleName -
      • getAddress1

        public java.lang.String getAddress1()
        Gets the first line entry form the gift registry address
        Returns:
        Address line 1
      • setAddress1

        public void setAddress1(java.lang.String address1)
        Sets the first line entry for the gift registry address
        Parameters:
        address1 -
      • getAddress2

        public java.lang.String getAddress2()
        Gets the second line entry form the gift registry address
        Returns:
        Address line 2
      • setAddress2

        public void setAddress2(java.lang.String address2)
        Sets the second line entry for the gift registry address
        Parameters:
        address2 -
      • getAddress3

        public java.lang.String getAddress3()
        Gets the third line entry form the gift registry address
        Returns:
        Address line 3
      • setAddress3

        public void setAddress3(java.lang.String address3)
        Sets the second line entry for the gift registry address
        Parameters:
        address3 -
      • getCity

        public java.lang.String getCity()
        Gets the city form the gift registry address
        Returns:
        City
      • setCity

        public void setCity(java.lang.String city)
        Sets the city for the gift registry address
        Parameters:
        city -
      • getState

        public java.lang.String getState()
        Gets the state form the gift registry address
        Returns:
        State
      • setState

        public void setState(java.lang.String state)
        Sets the state for the gift registry address
        Parameters:
        state -
      • getCountry

        public java.lang.String getCountry()
        Gets the country form the gift registry address
        Returns:
        Country
      • setCountry

        public void setCountry(java.lang.String country)
        Sets the country for the gift registry address
        Parameters:
        country -
      • getZipCode

        public java.lang.String getZipCode()
        Gets the ZIP or postal code form the gift registry address
        Returns:
        ZIP or postal code
      • setZipCode

        public void setZipCode(java.lang.String zipCode)
        Sets the ZIP or postal code for the gift registry address
        Parameters:
        zipCode -
      • getEmail1

        public java.lang.String getEmail1()
        Gets the e-mail address 1 form the gift registry address
        Returns:
        email1
      • setEmail1

        public void setEmail1(java.lang.String email1)
        Sets the e-mail address 1 for the gift registry address
        Parameters:
        email1 -
      • getEmail2

        public java.lang.String getEmail2()
        Gets the e-mail address 2 form the gift registry address
        Returns:
        email2
      • setEmail2

        public void setEmail2(java.lang.String email2)
        Sets the e-mail address 2 for the gift registry address
        Parameters:
        email2 -
      • getPhone3

        public java.lang.String getPhone3()
        Gets the phone number 3 form the gift registry address
        Returns:
        phone3
      • setPhone3

        public void setPhone3(java.lang.String phone3)
        Sets the phone number 3 for the gift registry address
        Parameters:
        phone3 -
      • getPersonTitle

        public java.lang.String getPersonTitle()
        Gets the person title form the gift registry address
        Returns:
        personTitle
      • setPersonTitle

        public void setPersonTitle(java.lang.String personTitle)
        Sets the person title for the gift registry address
        Parameters:
        personTitle -
      • getPhone1

        public java.lang.String getPhone1()
        Gets the phone number 1 form the gift registry address
        Returns:
        phone1
      • setPhone1

        public void setPhone1(java.lang.String phone1)
        Sets the phone number 1 for the gift registry address
        Parameters:
        phone1 -
      • getPhone2

        public java.lang.String getPhone2()
        Gets the phone number 2 form the gift registry address
        Returns:
        phone2
      • setPhone2

        public void setPhone2(java.lang.String phone2)
        Sets the phone number 2 for the gift registry address
        Parameters:
        phone2 -
      • getSuffix

        public java.lang.String getSuffix()
        Gets the suffix form the gift registry address
        Returns:
        suffix
      • setSuffix

        public void setSuffix(java.lang.String suffix)
        Sets the suffix for the gift registry address
        Parameters:
        suffix -
      • getFax

        public java.lang.String getFax()
        Gets the fax number form the gift registry address
        Returns:
        fax
      • setFax

        public void setFax(java.lang.String fax1)
        Sets the fax number for the gift registry address
        Parameters:
        Fax -
      • getField1

        public java.lang.Integer getField1()
        Gets the customizable field 1 form the gift registry address
        Returns:
        field1
      • setField1

        public void setField1(java.lang.Integer field1)
        Sets the customizable field 1 for the gift registry address
        Parameters:
        field1 -
      • getField2

        public java.lang.Integer getField2()
        Gets the customizable field 2 form the gift registry address
        Returns:
        field2
      • setField2

        public void setField2(java.lang.Integer field2)
        Sets the customizable field 2 for the gift registry address
        Parameters:
        field2 -
      • getField3

        public java.lang.String getField3()
        Gets the customizable field 3 form the gift registry address
        Returns:
        field3
      • setField3

        public void setField3(java.lang.String field3)
        Sets the customizable field 3 for the gift registry address
        Parameters:
        field3 -
      • getField4

        public java.lang.String getField4()
        Gets the customizable field 4 form the gift registry address
        Returns:
        field4
      • setField4

        public void setField4(java.lang.String field4)
        Sets the customizable field 4 for the gift registry address
        Parameters:
        field4 -
      • getField5

        public java.lang.String getField5()
        Gets the customizable field 5 form the gift registry address
        Returns:
        field5
      • setField5

        public void setField5(java.lang.String field5)
        Sets the customizable field 5 for the gift registry address
        Parameters:
        field5 -
      • getAddressId

        public java.lang.Long getAddressId()
        Gets the address ID form the gift registry address
        Returns:
        addressId
      • setAddressId

        public void setAddressId(java.lang.Long addressId)
        Sets the address ID for the gift registry address
        Parameters:
        addressId -
      • getId

        public java.lang.Object getId()
        Gets the ID from the gift registry address
        Specified by:
        getId in class BaseVO
        Returns:
        ID