|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.common.objects.StoreAddressAccessBean
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.
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 |
public StoreAddressAccessBean()
Default constructor. Maps to findByPrimaryKey.
public StoreAddressAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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
aMemberId
- member idaNickName
- nick namejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?
aMemberId
- java.lang.LongaNickName
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAddress1
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAddress2
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAddress3
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAddressField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns address field 1
getAddressField1
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAddressField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns address field 2
getAddressField2
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAddressField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns address field 3
getAddressField3
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getBusinessTitle
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCity
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCountry
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEmail1
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEmail2
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getFax1
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getFax2
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField1
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField2
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFirstName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns first name
getFirstName
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns last name
getLastName
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMemberId
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMiddleName
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getNickName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns nick name
getNickName
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getPersonTitle
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPhone1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns phone number 1
getPhone1
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPhone2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns phone number
getPhone2
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getShippingGeoCode
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getState
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStoreAddressId
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getTaxGeoCode
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getZipCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns zip code
getZipCode
in interface StoreAddressAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
setAddress1
in interface StoreAddressAccessBeanData
aAddress1
- java.lang.Stringpublic 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.
setAddress2
in interface StoreAddressAccessBeanData
aAddress2
- java.lang.Stringpublic 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.
setAddress3
in interface StoreAddressAccessBeanData
aAddress3
- java.lang.Stringpublic void setAddressField1(java.lang.String aAddressField1)
Stores address field 1
setAddressField1
in interface StoreAddressAccessBeanData
aAddressField1
- java.lang.Stringpublic void setAddressField2(java.lang.String aAddressField2)
Stores address field 2
setAddressField2
in interface StoreAddressAccessBeanData
aAddressField2
- java.lang.Stringpublic void setAddressField3(java.lang.String aAddressField3)
Stores address field 3
setAddressField3
in interface StoreAddressAccessBeanData
aAddressField3
- java.lang.Stringpublic 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.
setBusinessTitle
in interface StoreAddressAccessBeanData
aBusinessTitle
- java.lang.Stringpublic 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.
setCity
in interface StoreAddressAccessBeanData
aCity
- java.lang.Stringpublic 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.
setCountry
in interface StoreAddressAccessBeanData
aCountry
- java.lang.Stringpublic 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.
setEmail1
in interface StoreAddressAccessBeanData
aEmail1
- java.lang.Stringpublic 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.
setEmail2
in interface StoreAddressAccessBeanData
aEmail2
- java.lang.Stringpublic 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.
setFax1
in interface StoreAddressAccessBeanData
aFax1
- java.lang.Stringpublic 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.
setFax2
in interface StoreAddressAccessBeanData
aFax2
- java.lang.Stringpublic 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.
setField1
in interface StoreAddressAccessBeanData
aField1
- java.lang.Stringpublic 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.
setField2
in interface StoreAddressAccessBeanData
aField2
- java.lang.Stringpublic void setFirstName(java.lang.String aFirstName)
Stores first name
setFirstName
in interface StoreAddressAccessBeanData
aFirstName
- java.lang.Stringpublic void setInitKey_storeAddressId(java.lang.String aInitKey_storeAddressId)
Set the primary key for this object
aInitKey_storeAddressId
- java.lang.Stringpublic void setLastName(java.lang.String aLastName)
Stores last name
setLastName
in interface StoreAddressAccessBeanData
aLastName
- java.lang.Stringpublic 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.
aMemberId
- java.lang.Longpublic 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.
setMemberId
in interface StoreAddressAccessBeanData
aMemberId
- java.lang.Stringpublic 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.
setMiddleName
in interface StoreAddressAccessBeanData
aMiddleName
- java.lang.Stringpublic void setNickName(java.lang.String aNickName)
Stores nick name
setNickName
in interface StoreAddressAccessBeanData
aNickName
- java.lang.Stringpublic 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.
setPersonTitle
in interface StoreAddressAccessBeanData
aPersonTitle
- java.lang.Stringpublic void setPhone1(java.lang.String aPhone1)
Stores phone number 1
setPhone1
in interface StoreAddressAccessBeanData
aPhone1
- java.lang.Stringpublic void setPhone2(java.lang.String aPhone2)
Stores phone number 2.
setPhone2
in interface StoreAddressAccessBeanData
aPhone2
- java.lang.Stringpublic 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.
setShippingGeoCode
in interface StoreAddressAccessBeanData
aShippingGeoCode
- java.lang.Stringpublic 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.
setState
in interface StoreAddressAccessBeanData
aState
- java.lang.Stringpublic 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.
setTaxGeoCode
in interface StoreAddressAccessBeanData
aTaxGeoCode
- java.lang.Stringpublic void setZipCode(java.lang.String aZipCode)
Stores zip code
setZipCode
in interface StoreAddressAccessBeanData
aZipCode
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |