com.ibm.commerce.common.objects
Class StoreAddressAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.common.objects.StoreAddressAccessBean

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

Each row of this table represents a store address. StoreEntities, FulfillmentCenters, and Vendors can have store addresses. Sore addresses can be staged using the staging server. This access bean corresponds to the database table 'STADDRESS'.

See Also:
Serialized Form

Constructor Summary
StoreAddressAccessBean()
Zero argument constructor used to initialize the access bean.
StoreAddressAccessBean(javax.ejb.EJBObject o)
constructor
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).
protected java.lang.String defaultJNDIName()
StoreAddressAccessBean findByMemberIdAndNickName(java.lang.Long aMemberId, java.lang.String aNickName)
Retrieves all StoreAddressAccessBeans for the specified member ID and nick name
java.lang.String getAddress1()
This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).
java.lang.String getAddress2()
This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).
java.lang.String getAddress3()
This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).
java.lang.String getAddressField1()
This method accesses a non-CMP field
java.lang.String getAddressField2()
This method accesses a non-CMP field
java.lang.String getAddressField3()
This method accesses a non-CMP field
java.lang.String getBusinessTitle()
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).
java.lang.String getCity()
This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128).
java.lang.String getCountry()
This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128).
java.lang.String getEmail1()
This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254).
java.lang.String getEmail2()
This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254).
java.lang.String getFax1()
This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32).
java.lang.String getFax2()
This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32).
java.lang.String getField1()
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64).
java.lang.String getField2()
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64).
java.lang.String getFirstName()
This method provides access to the STADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).
java.lang.String getLastName()
This method provides access to the STADDRESS.LASTNAME column of DB2 type VARCHAR(128).
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).
java.lang.String getNickName()
This method provides access to the STADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.
java.lang.String getPersonTitle()
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).
java.lang.String getPhone1()
This method provides access to the STADDRESS.PHONE1 column of DB2 type VARCHAR(32).
java.lang.String getPhone2()
This method provides access to the STADDRESS.PHONE2 column of DB2 type VARCHAR(32).
java.lang.String getShippingGeoCode()
This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).
java.lang.String getState()
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128).
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).
java.lang.String getURL()
This method accesses a non-CMP field
java.lang.String getZipCode()
This method provides access to the STADDRESS.ZIPCODE column of DB2 type VARCHAR(40).
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setAddress1(java.lang.String newValue)
This method accesses a non-CMP field
void setAddress2(java.lang.String newValue)
This method accesses a non-CMP field
void setAddress3(java.lang.String newValue)
This method accesses a non-CMP field
void setAddressField1(java.lang.String newValue)
This method accesses a non-CMP field
void setAddressField2(java.lang.String newValue)
This method accesses a non-CMP field
void setAddressField3(java.lang.String newValue)
This method accesses a non-CMP field
void setBusinessTitle(java.lang.String newValue)
This method accesses a non-CMP field
void setCity(java.lang.String newValue)
This method accesses a non-CMP field
void setCountry(java.lang.String newValue)
This method accesses a non-CMP field
void setEmail1(java.lang.String newValue)
This method accesses a non-CMP field
void setEmail2(java.lang.String newValue)
This method accesses a non-CMP field
void setFax1(java.lang.String newValue)
This method accesses a non-CMP field
void setFax2(java.lang.String newValue)
This method accesses a non-CMP field
void setField1(java.lang.String newValue)
This method accesses a non-CMP field
void setField2(java.lang.String newValue)
This method accesses a non-CMP field
void setFirstName(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_storeAddressId(java.lang.String newValue)
Set the primary key for this object
void setLastName(java.lang.String newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field
void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field
void setMiddleName(java.lang.String newValue)
This method accesses a non-CMP field
void setNickName(java.lang.String newValue)
This method accesses a non-CMP field
void setPersonTitle(java.lang.String newValue)
This method accesses a non-CMP field
void setPhone1(java.lang.String newValue)
This method accesses a non-CMP field
void setPhone2(java.lang.String newValue)
This method accesses a non-CMP field
void setShippingGeoCode(java.lang.String newValue)
This method accesses a non-CMP field
void setState(java.lang.String newValue)
This method accesses a non-CMP field
void setTaxGeoCode(java.lang.String newValue)
This method accesses a non-CMP field
void setURL(java.lang.String newValue)
This method accesses a non-CMP field
void setZipCode(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

StoreAddressAccessBean

public StoreAddressAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.common.objects.StoreAddress com.ibm.commerce.common.objimpl.StoreAddressHomeBase.findByPrimaryKey(com.ibm.commerce.common.objects.StoreAddressKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_storeAddressId( java.lang.Integer )

StoreAddressAccessBean

public StoreAddressAccessBean(javax.ejb.EJBObject o)
                       throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

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 - The member ID
aNickname - The address nickname
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

findByMemberIdAndNickName

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

Retrieves all StoreAddressAccessBeans for the specified 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 - The member ID
aNickName - The address nickname
Returns:
A com.ibm.commerce.common.objects.StoreAddress object
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_storeAddressId

public void setInitKey_storeAddressId(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

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).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
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

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

The following is a description of this column:

The city within this address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCity

public void setCity(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Occupation of the contact person (for example, Site Administrator or Customer Service Representative).

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBusinessTitle

public void setBusinessTitle(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTaxGeoCode

public void setTaxGeoCode(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The country or region within this address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCountry

public void setCountry(java.lang.String newValue)
This method accesses a non-CMP field

getAddressField3

public java.lang.String getAddressField3()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressField3

public void setAddressField3(java.lang.String newValue)
This method accesses a non-CMP field

getAddressField2

public java.lang.String getAddressField2()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressField2

public void setAddressField2(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The state within this address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setState

public void setState(java.lang.String newValue)
This method accesses a non-CMP field

getAddressField1

public java.lang.String getAddressField1()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressField1

public void setAddressField1(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The third line of the store address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress3

public void setAddress3(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The second line of the store address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress2

public void setAddress2(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The first line of the store address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress1

public void setAddress1(java.lang.String newValue)
This method accesses a non-CMP field

getFirstName

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

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

The following is a description of this column:

First name for the contact person.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFirstName

public void setFirstName(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The secondary e-mail address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEmail2

public void setEmail2(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The primary e-mail address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEmail1

public void setEmail1(java.lang.String newValue)
This method accesses a non-CMP field

getZipCode

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

This method provides access to the STADDRESS.ZIPCODE column of DB2 type VARCHAR(40).

The following is a description of this column:

The ZIP code within this address.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setZipCode

public void setZipCode(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Customizable.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField2

public void setField2(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Customizable.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField1

public void setField1(java.lang.String newValue)
This method accesses a non-CMP field

getNickName

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

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

The following is a description of this column:

Nickname or identifier for the address. Ensure that the nickname is unique for each store.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNickName

public void setNickName(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Middle name for the contact person.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMiddleName

public void setMiddleName(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Title of the contact person (for example, Mr or Mrs).

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPersonTitle

public void setPersonTitle(java.lang.String newValue)
This method accesses a non-CMP field

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.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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
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

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

The following is a description of this column:

The secondary fax number.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFax2

public void setFax2(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

The primary fax number.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFax1

public void setFax1(java.lang.String newValue)
This method accesses a non-CMP field

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 of this address.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 of this address.

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

setMemberId

public void setMemberId(java.lang.String newValue)
This method accesses a non-CMP field

setMemberId

public void setMemberId(java.lang.Long newValue)
This method accesses a non-CMP field

getLastName

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

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

The following is a description of this column:

Last name for the contact person.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLastName

public void setLastName(java.lang.String newValue)
This method accesses a non-CMP field

getPhone2

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

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

The following is a description of this column:

The secondary phone number.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone2

public void setPhone2(java.lang.String newValue)
This method accesses a non-CMP field

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).

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShippingGeoCode

public void setShippingGeoCode(java.lang.String newValue)
This method accesses a non-CMP field

getPhone1

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

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

The following is a description of this column:

The primary phone number.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone1

public void setPhone1(java.lang.String newValue)
This method accesses a non-CMP field

getURL

public java.lang.String getURL()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setURL

public void setURL(java.lang.String newValue)
This method accesses a non-CMP field

Feedback