java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.common.objects.StoreAddressAccessBean
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.
Constructor Summary | |
---|---|
StoreAddressAccessBean() constructor | |
StoreAddressAccessBean(javax.ejb.EJBObject o) constructor | |
StoreAddressAccessBean(java.lang.Long arg0,
java.lang.String arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
StoreAddressAccessBean |
findByMemberIdAndNickName(java.lang.Long arg0,
java.lang.String arg1) 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 provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50). |
void |
setAddress2(java.lang.String newValue) This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50). |
void |
setAddress3(java.lang.String newValue) This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50). |
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 provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128). |
void |
setCity(java.lang.String newValue) This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128). |
void |
setCountry(java.lang.String newValue) This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128). |
void |
setEmail1(java.lang.String newValue) This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254). |
void |
setEmail2(java.lang.String newValue) This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254). |
void |
setFax1(java.lang.String newValue) This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32). |
void |
setFax2(java.lang.String newValue) This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32). |
void |
setField1(java.lang.String newValue) This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64). |
void |
setField2(java.lang.String newValue) This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64). |
void |
setFirstName(java.lang.String newValue) This method provides access to the STADDRESS.FIRSTNAME column of DB2 type VARCHAR(128). |
void |
setInitKey_storeAddressId(java.lang.String newValue) Set the primary key for this object |
void |
setLastName(java.lang.String newValue) This method provides access to the STADDRESS.LASTNAME column of DB2 type VARCHAR(128). |
void |
setMemberId(java.lang.Long newValue) This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String newValue) This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMiddleName(java.lang.String newValue) This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128). |
void |
setNickName(java.lang.String newValue) This method provides access to the STADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setPersonTitle(java.lang.String newValue) This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50). |
void |
setPhone1(java.lang.String newValue) This method provides access to the STADDRESS.PHONE1 column of DB2 type VARCHAR(32). |
void |
setPhone2(java.lang.String newValue) This method provides access to the STADDRESS.PHONE2 column of DB2 type VARCHAR(32). |
void |
setShippingGeoCode(java.lang.String newValue) This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254). |
void |
setState(java.lang.String newValue) This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128). |
void |
setTaxGeoCode(java.lang.String newValue) This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254). |
void |
setURL(java.lang.String newValue) This method accesses a non-CMP field |
void |
setZipCode(java.lang.String newValue) This method provides access to the STADDRESS.ZIPCODE column of DB2 type VARCHAR(40). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public StoreAddressAccessBean()
public StoreAddressAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public StoreAddressAccessBean(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public StoreAddressAccessBean findByMemberIdAndNickName(java.lang.Long arg0, java.lang.String arg1) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_storeAddressId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCity(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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:
The user&apo
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBusinessTitle(java.lang.String newValue)
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).
The following is a description of this column:
The user&apo
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxGeoCode(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCountry(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic java.lang.String getAddressField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddressField3(java.lang.String newValue)
public java.lang.String getAddressField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddressField2(java.lang.String newValue)
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:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setState(java.lang.String newValue)
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Stringpublic java.lang.String getAddressField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddressField1(java.lang.String newValue)
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddress3(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddress2(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddress1(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFirstName(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEmail2(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEmail1(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setZipCode(java.lang.String newValue)
This method provides access to the STADDRESS.ZIPCODE column of DB2 type VARCHAR(40).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64).
The following is a description of this column:
Customizable.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64).
The following is a description of this column:
Customizable.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setNickName(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMiddleName(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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:
Business title for the contact person.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPersonTitle(java.lang.String newValue)
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).
The following is a description of this column:
Business title for the contact person.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFax2(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFax1(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
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.
newValue
- Stringpublic void setMemberId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastName(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPhone2(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingGeoCode(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic 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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPhone1(java.lang.String newValue)
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.
newValue
- java.lang.Stringpublic java.lang.String getURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setURL(java.lang.String newValue)