com.ibm.commerce.user.objects
Interface AddressAccessBeanData

All Known Implementing Classes:
AddressAccessBean

public interface AddressAccessBeanData

This table stores the addresses of members in the WebSphere Commerce system. The addresses can be the members own addresses or for their friends, associates, or clients, and so on. Some columns here replace columns used in previous versions.


Method Summary
 java.lang.String getAddress1()
           
 java.lang.String getAddress2()
           
 java.lang.String getAddress3()
           
 java.lang.String getAddressBookId()
           
 java.lang.String getAddressField1()
           
 java.lang.String getAddressField2()
           
 java.lang.String getAddressField3()
           
 java.lang.String getAddressId()
           
 java.lang.String getAddressType()
           
 java.lang.String getBestCallingTime()
           
 java.lang.String getBillingCode()
           
 java.lang.String getBillingCodeType()
           
 java.lang.String getBusinessTitle()
           
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getCreatedTimestamp()
           
 java.lang.String getEmail1()
           
 java.lang.String getEmail2()
           
 java.lang.String getFax1()
           
 java.lang.String getFax2()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getMemberId()
           
 java.lang.String getMiddleName()
           
 java.lang.String getNickName()
           
 java.lang.String getOfficeAddress()
           
 java.lang.String getOrganizationName()
           
 java.lang.String getOrganizationUnitName()
           
 java.lang.String getPackageSuppression()
           
 java.lang.String getPersonTitle()
           
 java.lang.String getPhone1()
           
 java.lang.String getPhone1Type()
           
 java.lang.String getPhone2()
           
 java.lang.String getPhone2Type()
           
 java.lang.String getPrimary()
           
 java.lang.String getPublishPhone1()
           
 java.lang.String getPublishPhone2()
           
 java.lang.String getSelfAddress()
           
 java.lang.String getShippingGeoCode()
           
 java.lang.String getState()
           
 java.lang.String getStatus()
           
 java.lang.String getTaxGeoCode()
           
 java.lang.String getZipCode()
           
 void setAddress1(java.lang.String newValue)
           
 void setAddress2(java.lang.String newValue)
           
 void setAddress3(java.lang.String newValue)
           
 void setAddressBookId(java.lang.String newValue)
           
 void setAddressField1(java.lang.String newValue)
           
 void setAddressField2(java.lang.String newValue)
           
 void setAddressField3(java.lang.String newValue)
           
 void setAddressType(java.lang.String newValue)
           
 void setBestCallingTime(java.lang.String newValue)
           
 void setBillingCode(java.lang.String newValue)
           
 void setBillingCodeType(java.lang.String newValue)
           
 void setBusinessTitle(java.lang.String newValue)
           
 void setCity(java.lang.String newValue)
           
 void setCountry(java.lang.String newValue)
           
 void setCreatedTimestamp(java.lang.String newValue)
           
 void setEmail1(java.lang.String newValue)
           
 void setEmail2(java.lang.String newValue)
           
 void setFax1(java.lang.String newValue)
           
 void setFax2(java.lang.String newValue)
           
 void setFirstName(java.lang.String newValue)
           
 void setLastName(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setMiddleName(java.lang.String newValue)
           
 void setNickName(java.lang.String newValue)
           
 void setOfficeAddress(java.lang.String newValue)
           
 void setOrganizationName(java.lang.String newValue)
           
 void setOrganizationUnitName(java.lang.String newValue)
           
 void setPackageSuppression(java.lang.String newValue)
           
 void setPersonTitle(java.lang.String newValue)
           
 void setPhone1(java.lang.String newValue)
           
 void setPhone1Type(java.lang.String newValue)
           
 void setPhone2(java.lang.String newValue)
           
 void setPhone2Type(java.lang.String newValue)
           
 void setPrimary(java.lang.String newValue)
           
 void setPublishPhone1(java.lang.String newValue)
           
 void setPublishPhone2(java.lang.String newValue)
           
 void setSelfAddress(java.lang.String newValue)
           
 void setShippingGeoCode(java.lang.String newValue)
           
 void setState(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setTaxGeoCode(java.lang.String newValue)
           
 void setZipCode(java.lang.String newValue)            
 

Method Detail

getOrganizationName

public java.lang.String getOrganizationName()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrganizationName

public void setOrganizationName(java.lang.String newValue)

getAddressBookId

public java.lang.String getAddressBookId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressBookId

public void setAddressBookId(java.lang.String newValue)

getOrganizationUnitName

public java.lang.String getOrganizationUnitName()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrganizationUnitName

public void setOrganizationUnitName(java.lang.String newValue)

getCity

public java.lang.String getCity()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCity

public void setCity(java.lang.String newValue)

getBusinessTitle

public java.lang.String getBusinessTitle()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBusinessTitle

public void setBusinessTitle(java.lang.String newValue)

getTaxGeoCode

public java.lang.String getTaxGeoCode()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTaxGeoCode

public void setTaxGeoCode(java.lang.String newValue)

getCountry

public java.lang.String getCountry()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCountry

public void setCountry(java.lang.String newValue)

getPhone2Type

public java.lang.String getPhone2Type()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone2Type

public void setPhone2Type(java.lang.String newValue)

getAddressField3

public java.lang.String getAddressField3()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressField3

public void setAddressField3(java.lang.String newValue)

getAddressField2

public java.lang.String getAddressField2()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressField2

public void setAddressField2(java.lang.String newValue)

getState

public java.lang.String getState()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setState

public void setState(java.lang.String newValue)

getAddressField1

public java.lang.String getAddressField1()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressField1

public void setAddressField1(java.lang.String newValue)

getPackageSuppression

public java.lang.String getPackageSuppression()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPackageSuppression

public void setPackageSuppression(java.lang.String newValue)

getAddress3

public java.lang.String getAddress3()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress3

public void setAddress3(java.lang.String newValue)

getAddress2

public java.lang.String getAddress2()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress2

public void setAddress2(java.lang.String newValue)

getAddress1

public java.lang.String getAddress1()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress1

public void setAddress1(java.lang.String newValue)

getFirstName

public java.lang.String getFirstName()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFirstName

public void setFirstName(java.lang.String newValue)

getEmail2

public java.lang.String getEmail2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEmail2

public void setEmail2(java.lang.String newValue)

getEmail1

public java.lang.String getEmail1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEmail1

public void setEmail1(java.lang.String newValue)

getOfficeAddress

public java.lang.String getOfficeAddress()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOfficeAddress

public void setOfficeAddress(java.lang.String newValue)

getZipCode

public java.lang.String getZipCode()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setZipCode

public void setZipCode(java.lang.String newValue)

getSelfAddress

public java.lang.String getSelfAddress()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSelfAddress

public void setSelfAddress(java.lang.String newValue)

getNickName

public java.lang.String getNickName()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNickName

public void setNickName(java.lang.String newValue)

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStatus

public void setStatus(java.lang.String newValue)

getBillingCode

public java.lang.String getBillingCode()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBillingCode

public void setBillingCode(java.lang.String newValue)

getMiddleName

public java.lang.String getMiddleName()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMiddleName

public void setMiddleName(java.lang.String newValue)

getPersonTitle

public java.lang.String getPersonTitle()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPersonTitle

public void setPersonTitle(java.lang.String newValue)

getAddressType

public java.lang.String getAddressType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressType

public void setAddressType(java.lang.String newValue)

getCreatedTimestamp

public java.lang.String getCreatedTimestamp()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreatedTimestamp

public void setCreatedTimestamp(java.lang.String newValue)

getFax2

public java.lang.String getFax2()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFax2

public void setFax2(java.lang.String newValue)

getFax1

public java.lang.String getFax1()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFax1

public void setFax1(java.lang.String newValue)

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMemberId

public void setMemberId(java.lang.String newValue)

getBestCallingTime

public java.lang.String getBestCallingTime()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBestCallingTime

public void setBestCallingTime(java.lang.String newValue)

getPublishPhone2

public java.lang.String getPublishPhone2()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPublishPhone2

public void setPublishPhone2(java.lang.String newValue)

getLastName

public java.lang.String getLastName()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLastName

public void setLastName(java.lang.String newValue)

getPublishPhone1

public java.lang.String getPublishPhone1()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPublishPhone1

public void setPublishPhone1(java.lang.String newValue)

getAddressId

public java.lang.String getAddressId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPhone2

public java.lang.String getPhone2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone2

public void setPhone2(java.lang.String newValue)

getPhone1

public java.lang.String getPhone1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone1

public void setPhone1(java.lang.String newValue)

getShippingGeoCode

public java.lang.String getShippingGeoCode()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShippingGeoCode

public void setShippingGeoCode(java.lang.String newValue)

getPrimary

public java.lang.String getPrimary()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPrimary

public void setPrimary(java.lang.String newValue)

getPhone1Type

public java.lang.String getPhone1Type()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone1Type

public void setPhone1Type(java.lang.String newValue)

getBillingCodeType

public java.lang.String getBillingCodeType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBillingCodeType

public void setBillingCodeType(java.lang.String newValue)