com.ibm.commerce.common.objects
Class StoreAddressAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.common.objects.StoreAddressAccessBean
All Implemented Interfaces:
java.io.Serializable, StoreAddressAccessBeanData

public class StoreAddressAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements StoreAddressAccessBeanData

This bean provides access to the STADDRESS table.

The following is a description of this table:

Each row of this table represents a static address. StoreEntities, FulfillmentCenters, and Vendors can have static addresses. Static addresses can be staged using the staging server.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
StoreAddressAccessBean()
          Default constructor.
StoreAddressAccessBean(javax.ejb.EJBObject ejbObject)
          Creates an access bean for the specified EJB
StoreAddressAccessBean(java.lang.Long aMemberId, java.lang.String aNickName)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 StoreAddressAccessBean findByMemberIdAndNickName(java.lang.Long aMemberId, java.lang.String aNickName)
          Retrieves all StoreAddressAccessBean by member id and nick name
 java.lang.String getAddress1()
          This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.
 java.lang.String getAddress2()
          This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.
 java.lang.String getAddress3()
          This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.
 java.lang.String getAddressField1()
          Returns address field 1
 java.lang.String getAddressField2()
          Returns address field 2
 java.lang.String getAddressField3()
          Returns address field 3
 java.lang.String getBusinessTitle()
          This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.
 java.lang.String getCity()
          This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL.
 java.lang.String getCountry()
          This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.
 java.lang.String getEmail1()
          This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getEmail2()
          This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getFax1()
          This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.
 java.lang.String getFax2()
          This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.
 java.lang.String getField1()
          This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL.
 java.lang.String getField2()
          This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL.
 java.lang.String getFirstName()
          Returns first name
 java.lang.String getLastName()
          Returns last name
 java.lang.String getMemberId()
          This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberIdInEJBType()
          This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getMiddleName()
          This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.
 java.lang.String getNickName()
          Returns nick name
 java.lang.String getPersonTitle()
          This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.
 java.lang.String getPhone1()
          Returns phone number 1
 java.lang.String getPhone2()
          Returns phone number
 java.lang.String getShippingGeoCode()
          This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.
 java.lang.String getState()
          This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL.
 java.lang.String getStoreAddressId()
          This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreAddressIdInEJBType()
          This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getTaxGeoCode()
          This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.
 java.lang.String getZipCode()
          Returns zip code
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAddress1(java.lang.String aAddress1)
          This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.
 void setAddress2(java.lang.String aAddress2)
          This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.
 void setAddress3(java.lang.String aAddress3)
          This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.
 void setAddressField1(java.lang.String aAddressField1)
          Stores address field 1
 void setAddressField2(java.lang.String aAddressField2)
          Stores address field 2
 void setAddressField3(java.lang.String aAddressField3)
          Stores address field 3
 void setBusinessTitle(java.lang.String aBusinessTitle)
          This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.
 void setCity(java.lang.String aCity)
          This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL.
 void setCountry(java.lang.String aCountry)
          This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.
 void setEmail1(java.lang.String aEmail1)
          This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL.
 void setEmail2(java.lang.String aEmail2)
          This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL.
 void setFax1(java.lang.String aFax1)
          This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.
 void setFax2(java.lang.String aFax2)
          This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL.
 void setFirstName(java.lang.String aFirstName)
          Stores first name
 void setInitKey_storeAddressId(java.lang.String aInitKey_storeAddressId)
          Set the primary key for this object
 void setLastName(java.lang.String aLastName)
          Stores last name
 void setMemberId(java.lang.Long aMemberId)
          This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMemberId(java.lang.String aMemberId)
          This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMiddleName(java.lang.String aMiddleName)
          This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.
 void setNickName(java.lang.String aNickName)
          Stores nick name
 void setPersonTitle(java.lang.String aPersonTitle)
          This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.
 void setPhone1(java.lang.String aPhone1)
          Stores phone number 1
 void setPhone2(java.lang.String aPhone2)
          Stores phone number 2.
 void setShippingGeoCode(java.lang.String aShippingGeoCode)
          This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.
 void setState(java.lang.String aState)
          This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL.
 void setTaxGeoCode(java.lang.String aTaxGeoCode)
          This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.
 void setZipCode(java.lang.String aZipCode)
          Stores zip code
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreAddressAccessBean

public StoreAddressAccessBean()

Default constructor. Maps to findByPrimaryKey.


StoreAddressAccessBean

public StoreAddressAccessBean(javax.ejb.EJBObject ejbObject)
                       throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
ejbObject - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

StoreAddressAccessBean

public StoreAddressAccessBean(java.lang.Long aMemberId,
                              java.lang.String aNickName)
                       throws javax.naming.NamingException,
                              javax.ejb.CreateException,
                              java.rmi.RemoteException,
                              javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Creates a StoreAddressAccessBean with the specified member id and nick name

Parameters:
aMemberId - member id
aNickName - nick name
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByMemberIdAndNickName

public StoreAddressAccessBean findByMemberIdAndNickName(java.lang.Long aMemberId,
                                                        java.lang.String aNickName)
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Retrieves all StoreAddressAccessBean by member id and nick name

The SQL query used to fetch the requested row from the STADDRESS table is:

SELECT * FROM STADDRESS T1 WHERE T1.MEMBER_ID = ? AND T1.NICKNAME = ?

Parameters:
aMemberId - java.lang.Long
aNickName - java.lang.String
Returns:
com.ibm.commerce.common.objects.StoreAddressAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddress1

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

This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Store address line 1.

Specified by:
getAddress1 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddress2

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

This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Store address line 2.

Specified by:
getAddress2 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddress3

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

This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Store address line 3.

Specified by:
getAddress3 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddressField1

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

Returns address field 1

Specified by:
getAddressField1 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddressField2

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

Returns address field 2

Specified by:
getAddressField2 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddressField3

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

Returns address field 3

Specified by:
getAddressField3 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBusinessTitle

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

This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Title of the user.

Specified by:
getBusinessTitle in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCity

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

This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The city within this address.

Specified by:
getCity in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCountry

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

This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The country or region within this address.

Specified by:
getCountry in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEmail1

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

This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The primary e-mail address.

Specified by:
getEmail1 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEmail2

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

This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The secondary e-mail address.

Specified by:
getEmail2 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFax1

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

This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The primary fax number.

Specified by:
getFax1 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFax2

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

This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The secondary fax number.

Specified by:
getFax2 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

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

This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

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

This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFirstName

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

Returns first name

Specified by:
getFirstName in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastName

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

Returns last name

Specified by:
getLastName in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberId

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

This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The owner ID for this entry.

Specified by:
getMemberId in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberIdInEJBType

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

This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The owner ID for this entry.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMiddleName

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

This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Middle name for the contact person.

Specified by:
getMiddleName in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNickName

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

Returns nick name

Specified by:
getNickName in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPersonTitle

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

This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Business title for the contact person.

Specified by:
getPersonTitle in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPhone1

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

Returns phone number 1

Specified by:
getPhone1 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPhone2

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

Returns phone number

Specified by:
getPhone2 in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingGeoCode

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

This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getShippingGeoCode in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getState

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

This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getState in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreAddressId

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

This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Specified by:
getStoreAddressId in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreAddressIdInEJBType

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

This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTaxGeoCode

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

This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getTaxGeoCode in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getZipCode

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

Returns zip code

Specified by:
getZipCode in interface StoreAddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAddress1

public void setAddress1(java.lang.String aAddress1)

This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Store address line 1.

Specified by:
setAddress1 in interface StoreAddressAccessBeanData
Parameters:
aAddress1 - java.lang.String
Returns:
void

setAddress2

public void setAddress2(java.lang.String aAddress2)

This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Store address line 2.

Specified by:
setAddress2 in interface StoreAddressAccessBeanData
Parameters:
aAddress2 - java.lang.String
Returns:
void

setAddress3

public void setAddress3(java.lang.String aAddress3)

This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Store address line 3.

Specified by:
setAddress3 in interface StoreAddressAccessBeanData
Parameters:
aAddress3 - java.lang.String
Returns:
void

setAddressField1

public void setAddressField1(java.lang.String aAddressField1)

Stores address field 1

Specified by:
setAddressField1 in interface StoreAddressAccessBeanData
Parameters:
aAddressField1 - java.lang.String
Returns:
void

setAddressField2

public void setAddressField2(java.lang.String aAddressField2)

Stores address field 2

Specified by:
setAddressField2 in interface StoreAddressAccessBeanData
Parameters:
aAddressField2 - java.lang.String
Returns:
void

setAddressField3

public void setAddressField3(java.lang.String aAddressField3)

Stores address field 3

Specified by:
setAddressField3 in interface StoreAddressAccessBeanData
Parameters:
aAddressField3 - java.lang.String
Returns:
void

setBusinessTitle

public void setBusinessTitle(java.lang.String aBusinessTitle)

This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Title of the user.

Specified by:
setBusinessTitle in interface StoreAddressAccessBeanData
Parameters:
aBusinessTitle - java.lang.String
Returns:
void

setCity

public void setCity(java.lang.String aCity)

This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The city within this address.

Specified by:
setCity in interface StoreAddressAccessBeanData
Parameters:
aCity - java.lang.String
Returns:
void

setCountry

public void setCountry(java.lang.String aCountry)

This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

The country or region within this address.

Specified by:
setCountry in interface StoreAddressAccessBeanData
Parameters:
aCountry - java.lang.String
Returns:
void

setEmail1

public void setEmail1(java.lang.String aEmail1)

This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The primary e-mail address.

Specified by:
setEmail1 in interface StoreAddressAccessBeanData
Parameters:
aEmail1 - java.lang.String
Returns:
void

setEmail2

public void setEmail2(java.lang.String aEmail2)

This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The secondary e-mail address.

Specified by:
setEmail2 in interface StoreAddressAccessBeanData
Parameters:
aEmail2 - java.lang.String
Returns:
void

setFax1

public void setFax1(java.lang.String aFax1)

This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The primary fax number.

Specified by:
setFax1 in interface StoreAddressAccessBeanData
Parameters:
aFax1 - java.lang.String
Returns:
void

setFax2

public void setFax2(java.lang.String aFax2)

This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.

The following is a description of this column:

The secondary fax number.

Specified by:
setFax2 in interface StoreAddressAccessBeanData
Parameters:
aFax2 - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.String aField1)

This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface StoreAddressAccessBeanData
Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.String aField2)

This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface StoreAddressAccessBeanData
Parameters:
aField2 - java.lang.String
Returns:
void

setFirstName

public void setFirstName(java.lang.String aFirstName)

Stores first name

Specified by:
setFirstName in interface StoreAddressAccessBeanData
Parameters:
aFirstName - java.lang.String
Returns:
void

setInitKey_storeAddressId

public void setInitKey_storeAddressId(java.lang.String aInitKey_storeAddressId)

Set the primary key for this object

Parameters:
aInitKey_storeAddressId - java.lang.String
Returns:
void

setLastName

public void setLastName(java.lang.String aLastName)

Stores last name

Specified by:
setLastName in interface StoreAddressAccessBeanData
Parameters:
aLastName - java.lang.String
Returns:
void

setMemberId

public void setMemberId(java.lang.Long aMemberId)

This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The owner ID for this entry.

Parameters:
aMemberId - java.lang.Long
Returns:
void

setMemberId

public void setMemberId(java.lang.String aMemberId)

This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The owner ID for this entry.

Specified by:
setMemberId in interface StoreAddressAccessBeanData
Parameters:
aMemberId - java.lang.String
Returns:
void

setMiddleName

public void setMiddleName(java.lang.String aMiddleName)

This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Middle name for the contact person.

Specified by:
setMiddleName in interface StoreAddressAccessBeanData
Parameters:
aMiddleName - java.lang.String
Returns:
void

setNickName

public void setNickName(java.lang.String aNickName)

Stores nick name

Specified by:
setNickName in interface StoreAddressAccessBeanData
Parameters:
aNickName - java.lang.String
Returns:
void

setPersonTitle

public void setPersonTitle(java.lang.String aPersonTitle)

This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.

The following is a description of this column:

Business title for the contact person.

Specified by:
setPersonTitle in interface StoreAddressAccessBeanData
Parameters:
aPersonTitle - java.lang.String
Returns:
void

setPhone1

public void setPhone1(java.lang.String aPhone1)

Stores phone number 1

Specified by:
setPhone1 in interface StoreAddressAccessBeanData
Parameters:
aPhone1 - java.lang.String
Returns:
void

setPhone2

public void setPhone2(java.lang.String aPhone2)

Stores phone number 2.

Specified by:
setPhone2 in interface StoreAddressAccessBeanData
Parameters:
aPhone2 - java.lang.String
Returns:
void

setShippingGeoCode

public void setShippingGeoCode(java.lang.String aShippingGeoCode)

This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setShippingGeoCode in interface StoreAddressAccessBeanData
Parameters:
aShippingGeoCode - java.lang.String
Returns:
void

setState

public void setState(java.lang.String aState)

This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setState in interface StoreAddressAccessBeanData
Parameters:
aState - java.lang.String
Returns:
void

setTaxGeoCode

public void setTaxGeoCode(java.lang.String aTaxGeoCode)

This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setTaxGeoCode in interface StoreAddressAccessBeanData
Parameters:
aTaxGeoCode - java.lang.String
Returns:
void

setZipCode

public void setZipCode(java.lang.String aZipCode)

Stores zip code

Specified by:
setZipCode in interface StoreAddressAccessBeanData
Parameters:
aZipCode - java.lang.String
Returns:
void