com.ibm.commerce.user.objects
Interface AddressAccessBeanData

All Known Implementing Classes:
AddressAccessBean

public interface AddressAccessBeanData


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

getAddress1

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

getAddress2

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

getAddress3

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

getAddressBookId

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

getAddressField1

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

getAddressField2

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

getAddressField3

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

getAddressId

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

getAddressType

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

getBestCallingTime

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

getBillingCode

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

getBillingCodeType

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

getBusinessTitle

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

getCity

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

getCountry

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

getCreatedTimestamp

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

getEmail1

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

getEmail2

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

getFax1

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

getFax2

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

getFirstName

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

getLastName

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

getMemberId

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

getMiddleName

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

getNickName

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

getOfficeAddress

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

getOrganizationName

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

getOrganizationUnitName

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

getPackageSuppression

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

getPersonTitle

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

getPhone1

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

getPhone1Type

public java.lang.String getPhone1Type()
                               throws 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

getPhone2Type

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

getPrimary

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

getPublishPhone1

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

getPublishPhone2

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

getSelfAddress

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

getShippingGeoCode

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

getState

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

getStatus

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

getTaxGeoCode

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

getZipCode

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

setAddress1

public void setAddress1(java.lang.String newValue)

setAddress2

public void setAddress2(java.lang.String newValue)

setAddress3

public void setAddress3(java.lang.String newValue)

setAddressBookId

public void setAddressBookId(java.lang.String newValue)

setAddressField1

public void setAddressField1(java.lang.String newValue)

setAddressField2

public void setAddressField2(java.lang.String newValue)

setAddressField3

public void setAddressField3(java.lang.String newValue)

setAddressType

public void setAddressType(java.lang.String newValue)

setBestCallingTime

public void setBestCallingTime(java.lang.String newValue)

setBillingCode

public void setBillingCode(java.lang.String newValue)

setBillingCodeType

public void setBillingCodeType(java.lang.String newValue)

setBusinessTitle

public void setBusinessTitle(java.lang.String newValue)

setCity

public void setCity(java.lang.String newValue)

setCountry

public void setCountry(java.lang.String newValue)

setCreatedTimestamp

public void setCreatedTimestamp(java.lang.String newValue)

setEmail1

public void setEmail1(java.lang.String newValue)

setEmail2

public void setEmail2(java.lang.String newValue)

setFax1

public void setFax1(java.lang.String newValue)

setFax2

public void setFax2(java.lang.String newValue)

setFirstName

public void setFirstName(java.lang.String newValue)

setLastName

public void setLastName(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setMiddleName

public void setMiddleName(java.lang.String newValue)

setNickName

public void setNickName(java.lang.String newValue)

setOfficeAddress

public void setOfficeAddress(java.lang.String newValue)

setOrganizationName

public void setOrganizationName(java.lang.String newValue)

setOrganizationUnitName

public void setOrganizationUnitName(java.lang.String newValue)

setPackageSuppression

public void setPackageSuppression(java.lang.String newValue)

setPersonTitle

public void setPersonTitle(java.lang.String newValue)

setPhone1

public void setPhone1(java.lang.String newValue)

setPhone1Type

public void setPhone1Type(java.lang.String newValue)

setPhone2

public void setPhone2(java.lang.String newValue)

setPhone2Type

public void setPhone2Type(java.lang.String newValue)

setPrimary

public void setPrimary(java.lang.String newValue)

setPublishPhone1

public void setPublishPhone1(java.lang.String newValue)

setPublishPhone2

public void setPublishPhone2(java.lang.String newValue)

setSelfAddress

public void setSelfAddress(java.lang.String newValue)

setShippingGeoCode

public void setShippingGeoCode(java.lang.String newValue)

setState

public void setState(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setTaxGeoCode

public void setTaxGeoCode(java.lang.String newValue)

setZipCode

public void setZipCode(java.lang.String newValue)