com.ibm.commerce.user.objects
Class AddressAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.user.objects.AddressAccessBean
All Implemented Interfaces:
AddressAccessBeanData

public class AddressAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AddressAccessBeanData

This table stores the addresses of members in the WebSphere Commerce system. The addresses can be the members own addresses or for their friends, associates, or clients, and so on. Some columns here replace columns used in previous versions.

See Also:
Serialized Form

Constructor Summary
AddressAccessBean()
          constructor
AddressAccessBean(javax.ejb.EJBObject o)
          constructor
AddressAccessBean(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()
           
 java.util.Enumeration findByAddressType(java.lang.String arg0, java.lang.Long arg1)
          Find by address type.
 java.util.Enumeration findByMemberId(java.lang.Long arg0)
          Find by member id.
 java.util.Enumeration findByMemberIdOrderByLastName(java.lang.Long arg0)
          Find by MemberId.
 java.util.Enumeration findByMemberIdOrderByNickName(java.lang.Long arg0)
          Find by MemberId and order by the Nick Name.
  AddressAccessBean findByNickname(java.lang.String arg0, java.lang.Long arg1)
          Find by Nick Name.
 java.util.Enumeration findByUserAndAddress(java.lang.Long arg0, java.lang.Long arg1)
          Find by user and address.
 java.util.Enumeration findPrimaryAddress(java.lang.String arg0, java.lang.Long arg1)
          Find by primary address.
  AddressAccessBean findSelfAddressByMember(java.lang.Long arg0)
          Find by self address.
 java.lang.String getAddress1()
          This method provides access to the ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).
 java.lang.String getAddress2()
          This method provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).
 java.lang.String getAddress3()
          This method provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).
 java.lang.String getAddressBookId()
          This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAddressBookIdInEJBType()
          This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
 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 getAddressId()
          This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAddressIdInEJBType()
          This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getAddressType()
          This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5).
 java.lang.String getBestCallingTime()
          This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1).
 java.lang.String getBillingCode()
          This method accesses a non-CMP field
 java.lang.String getBillingCodeType()
          This method accesses a non-CMP field
 java.lang.String getBusinessTitle()
          This method provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).
 java.lang.String getCity()
          This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128).
 java.lang.String getCountry()
          This method provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128).
 java.lang.String getCreatedTimestamp()
          This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.
 java.sql.Timestamp getCreatedTimestampInEJBType()
          This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.
 java.lang.String getEmail1()
          This method provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256).
 java.lang.String getEmail2()
          This method provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256).
 java.lang.String getFax1()
          This method provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32).
 java.lang.String getFax2()
          This method provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32).
 java.lang.String getFirstName()
          This method provides access to the ADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).
 java.lang.String getLastName()
          This method provides access to the ADDRESS.LASTNAME column of DB2 type VARCHAR(128).
 java.lang.String getMemberId()
          This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberIdInEJBType()
          This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getMiddleName()
          This method provides access to the ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128).
 java.lang.String getNickName()
          This method provides access to the ADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.
 java.lang.String getOfficeAddress()
          This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128).
 java.lang.String getOrganizationName()
          This method provides access to the ADDRESS.ORGNAME column of DB2 type VARCHAR(128).
 java.lang.String getOrganizationUnitName()
          This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128).
 java.lang.String getPackageSuppression()
          This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.
 java.lang.Integer getPackageSuppressionInEJBType()
          This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.
 java.lang.String getPersonTitle()
          This method provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).
 java.lang.String getPhone1()
          This method provides access to the ADDRESS.PHONE1 column of DB2 type VARCHAR(32).
 java.lang.String getPhone1Type()
          This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3).
 java.lang.String getPhone2()
          This method provides access to the ADDRESS.PHONE2 column of DB2 type VARCHAR(32).
 java.lang.String getPhone2Type()
          This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3).
 java.lang.String getPrimary()
          This method accesses a non-CMP field
 java.lang.Integer getPrimaryInEJBType()
          This method accesses a non-CMP field
 java.lang.String getPublishPhone1()
          This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.
 java.lang.Integer getPublishPhone1InEJBType()
          This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.
 java.lang.String getPublishPhone2()
          This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.
 java.lang.Integer getPublishPhone2InEJBType()
          This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.
 java.lang.String getSelfAddress()
          This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 java.lang.Integer getSelfAddressInEJBType()
          This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 java.lang.String getShippingGeoCode()
          This method provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).
 java.lang.String getState()
          This method provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128).
 java.lang.String getStatus()
          This method provides access to the ADDRESS.STATUS column of DB2 type CHAR(1).
 java.lang.String getTaxGeoCode()
          This method provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254).
 java.lang.String getZipCode()
          This method provides access to the ADDRESS.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 ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).
 void setAddress2(java.lang.String newValue)
          This method provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).
 void setAddress3(java.lang.String newValue)
          This method provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).
 void setAddressBookId(java.lang.Long newValue)
          This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
 void setAddressBookId(java.lang.String newValue)
          This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.
 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 setAddressType(java.lang.String newValue)
          This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5).
 void setBestCallingTime(java.lang.String newValue)
          This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1).
 void setBillingCode(java.lang.String newValue)
          This method accesses a non-CMP field
 void setBillingCodeType(java.lang.String newValue)
          This method accesses a non-CMP field
 void setBusinessTitle(java.lang.String newValue)
          This method provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).
 void setCity(java.lang.String newValue)
          This method provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128).
 void setCountry(java.lang.String newValue)
          This method provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128).
 void setCreatedTimestamp(java.lang.String newValue)
          This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.
 void setCreatedTimestamp(java.sql.Timestamp newValue)
          This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.
 void setEmail1(java.lang.String newValue)
          This method provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256).
 void setEmail2(java.lang.String newValue)
          This method provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256).
 void setFax1(java.lang.String newValue)
          This method provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32).
 void setFax2(java.lang.String newValue)
          This method provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32).
 void setFirstName(java.lang.String newValue)
          This method provides access to the ADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).
 void setInitKey_AddressId(java.lang.String newValue)
          Set the primary key for this object
 void setLastName(java.lang.String newValue)
          This method provides access to the ADDRESS.LASTNAME column of DB2 type VARCHAR(128).
 void setMemberId(java.lang.Long newValue)
          This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMemberId(java.lang.String newValue)
          This method provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMiddleName(java.lang.String newValue)
          This method provides access to the ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128).
 void setNickName(java.lang.String newValue)
          This method provides access to the ADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.
 void setOfficeAddress(java.lang.String newValue)
          This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128).
 void setOrganizationName(java.lang.String newValue)
          This method provides access to the ADDRESS.ORGNAME column of DB2 type VARCHAR(128).
 void setOrganizationUnitName(java.lang.String newValue)
          This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128).
 void setPackageSuppression(java.lang.Integer newValue)
          This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.
 void setPackageSuppression(java.lang.String newValue)
          This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.
 void setPersonTitle(java.lang.String newValue)
          This method provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).
 void setPhone1(java.lang.String newValue)
          This method provides access to the ADDRESS.PHONE1 column of DB2 type VARCHAR(32).
 void setPhone1Type(java.lang.String newValue)
          This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3).
 void setPhone2(java.lang.String newValue)
          This method provides access to the ADDRESS.PHONE2 column of DB2 type VARCHAR(32).
 void setPhone2Type(java.lang.String newValue)
          This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3).
 void setPrimary(java.lang.Integer newValue)
          This method accesses a non-CMP field
 void setPrimary(java.lang.String newValue)
          This method accesses a non-CMP field
 void setPublishPhone1(java.lang.Integer newValue)
          This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.
 void setPublishPhone1(java.lang.String newValue)
          This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.
 void setPublishPhone2(java.lang.Integer newValue)
          This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.
 void setPublishPhone2(java.lang.String newValue)
          This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.
 void setSelfAddress(java.lang.Integer newValue)
          This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setSelfAddress(java.lang.String newValue)
          This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.
 void setShippingGeoCode(java.lang.String newValue)
          This method provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).
 void setState(java.lang.String newValue)
          This method provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128).
 void setStatus(java.lang.String newValue)
          This method provides access to the ADDRESS.STATUS column of DB2 type CHAR(1).
 void setTaxGeoCode(java.lang.String newValue)
          This method provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254).
 void setZipCode(java.lang.String newValue)
          This method provides access to the ADDRESS.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

AddressAccessBean

public AddressAccessBean()
constructor

AddressAccessBean

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

AddressAccessBean

public AddressAccessBean(java.lang.Long arg0,
                         java.lang.String arg1)
                  throws javax.naming.NamingException,
                         javax.ejb.CreateException,
                         java.rmi.RemoteException,
                         javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.String
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail

findByNickname

public AddressAccessBean findByNickname(java.lang.String arg0,
                                        java.lang.Long arg1)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

Find by Nick Name.

The SQL is "SELECT * FROM ADDRESS T1 WHERE(T1.STATUS = 'P') AND (T1.NICKNAME = ?) AND (T1.MEMBER_ID = ?)"

Returns:
com.ibm.commerce.user.objects.AddressAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findSelfAddressByMember

public AddressAccessBean findSelfAddressByMember(java.lang.Long arg0)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Find by self address.

The SQL is "SELECT * FROM ADDRESS T1 WHERE(T1.STATUS = 'P') AND (T1.SELFADDRESS = 1) AND (T1.MEMBER_ID = ?)".

Returns:
com.ibm.commerce.user.objects.AddressAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByAddressType

public java.util.Enumeration findByAddressType(java.lang.String arg0,
                                               java.lang.Long arg1)
                                        throws java.rmi.RemoteException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

Find by address type.

The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.ADDRESSTYPE = ?) AND (T1.MEMBER_ID = ?)".

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByMemberId

public java.util.Enumeration findByMemberId(java.lang.Long arg0)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

Find by member id.

The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) ORDER BY T1.NICKNAME".

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByMemberIdOrderByLastName

public java.util.Enumeration findByMemberIdOrderByLastName(java.lang.Long arg0)
                                                    throws java.rmi.RemoteException,
                                                           javax.ejb.FinderException,
                                                           javax.naming.NamingException

Find by MemberId.

The SQL is "SELECT * FROM ADDRESS T1 WHERE(T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) ORDER BY T1.LASTNAME".

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByMemberIdOrderByNickName

public java.util.Enumeration findByMemberIdOrderByNickName(java.lang.Long arg0)
                                                    throws java.rmi.RemoteException,
                                                           javax.ejb.FinderException,
                                                           javax.naming.NamingException

Find by MemberId and order by the Nick Name.

The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) ORDER BY T1.NICKNAME".

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByUserAndAddress

public java.util.Enumeration findByUserAndAddress(java.lang.Long arg0,
                                                  java.lang.Long arg1)
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

Find by user and address.

The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.MEMBER_ID = ?) AND (T1.ADDRESS_ID = ?)".

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findPrimaryAddress

public java.util.Enumeration findPrimaryAddress(java.lang.String arg0,
                                                java.lang.Long arg1)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Find by primary address.

The SQL is "SELECT * FROM ADDRESS T1 WHERE (T1.STATUS = 'P') AND (T1.ISPRIMARY = 1) AND (T1.ADDRESSTYPE = ?) AND (T1.MEMBER_ID = ?)".

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_AddressId

public void setInitKey_AddressId(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

getOrganizationName

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

This method provides access to the ADDRESS.ORGNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

If this is a business address, the name of the organization to for this address. This is not the name of the organization that owns the address book with this address. This column replaces SAREPCOM used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getOrganizationName in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrganizationName

public void setOrganizationName(java.lang.String newValue)

This method provides access to the ADDRESS.ORGNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

If this is a business address, the name of the organization to for this address. This is not the name of the organization that owns the address book with this address. This column replaces SAREPCOM used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setOrganizationName in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getAddressBookId

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

This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ADDRBOOK table for the address book to which this address belongs, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSohere Commerce or WebSphere Commerce Suite.

Specified by:
getAddressBookId in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getAddressBookIdInEJBType

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

This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ADDRBOOK table for the address book to which this address belongs, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSohere Commerce or WebSphere Commerce Suite.

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

setAddressBookId

public void setAddressBookId(java.lang.String newValue)

This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ADDRBOOK table for the address book to which this address belongs, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSohere Commerce or WebSphere Commerce Suite.

Specified by:
setAddressBookId in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setAddressBookId

public void setAddressBookId(java.lang.Long newValue)

This method provides access to the ADDRESS.ADDRBOOK_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the ADDRBOOK table for the address book to which this address belongs, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSohere Commerce or WebSphere Commerce Suite.

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

getOrganizationUnitName

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

This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

Name of the organizational unit to which this address information applies, if this is a business address. See comment on ORGNAME above.

Specified by:
getOrganizationUnitName in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrganizationUnitName

public void setOrganizationUnitName(java.lang.String newValue)

This method provides access to the ADDRESS.ORGUNITNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

Name of the organizational unit to which this address information applies, if this is a business address. See comment on ORGNAME above.

Specified by:
setOrganizationUnitName in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.CITY column of DB2 type VARCHAR(128).

The following is a description of this column:

The city, replacing SACITY used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getCity in interface AddressAccessBeanData
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 provides access to the ADDRESS.CITY column of DB2 type VARCHAR(128).

The following is a description of this column:

The city, replacing SACITY used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setCity in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).

The following is a description of this column:

The business title. For example, Manager or Chief Executive Officer. LDAP uses a length of 128 characters for title attribute in ePerson. Compare with the BCTITLE column in the BUCONT table.

Specified by:
getBusinessTitle in interface AddressAccessBeanData
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 provides access to the ADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128).

The following is a description of this column:

The business title. For example, Manager or Chief Executive Officer. LDAP uses a length of 128 characters for title attribute in ePerson. Compare with the BCTITLE column in the BUCONT table.

Specified by:
setBusinessTitle in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254).

The following is a description of this column:

Tax code based on geographical region, used for integration with Taxware.

Specified by:
getTaxGeoCode in interface AddressAccessBeanData
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 provides access to the ADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254).

The following is a description of this column:

Tax code based on geographical region, used for integration with Taxware.

Specified by:
setTaxGeoCode in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.COUNTRY column of DB2 type VARCHAR(128).

The following is a description of this column:

The country or region, replacing SACNTRY used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getCountry in interface AddressAccessBeanData
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 provides access to the ADDRESS.COUNTRY column of DB2 type VARCHAR(128).

The following is a description of this column:

The country or region, replacing SACNTRY used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setCountry in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getPhone2Type

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

This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3).

The following is a description of this column:

Phone type for the secondary phone number, such as TTY for a teletypewriter for people who have a hearing impairment or PHN for a standard phone. This column replaces SAEPHTYP.

Specified by:
getPhone2Type in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone2Type

public void setPhone2Type(java.lang.String newValue)

This method provides access to the ADDRESS.PHONE2TYPE column of DB2 type CHAR(3).

The following is a description of this column:

Phone type for the secondary phone number, such as TTY for a teletypewriter for people who have a hearing impairment or PHN for a standard phone. This column replaces SAEPHTYP.

Specified by:
setPhone2Type in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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
Specified by:
getAddressField3 in interface AddressAccessBeanData
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
Specified by:
setAddressField3 in interface AddressAccessBeanData

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
Specified by:
getAddressField2 in interface AddressAccessBeanData
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
Specified by:
setAddressField2 in interface AddressAccessBeanData

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 ADDRESS.STATE column of DB2 type VARCHAR(128).

The following is a description of this column:

State or province, replacing SASTATE used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getState in interface AddressAccessBeanData
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 provides access to the ADDRESS.STATE column of DB2 type VARCHAR(128).

The following is a description of this column:

State or province, replacing SASTATE used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setState in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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
Specified by:
getAddressField1 in interface AddressAccessBeanData
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
Specified by:
setAddressField1 in interface AddressAccessBeanData

getPackageSuppression

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

This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not to include package inserts. Valid values are 1 (include) or 0 (do not include).

Specified by:
getPackageSuppression in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPackageSuppressionInEJBType

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

This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not to include package inserts. Valid values are 1 (include) or 0 (do not include).

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

setPackageSuppression

public void setPackageSuppression(java.lang.String newValue)

This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not to include package inserts. Valid values are 1 (include) or 0 (do not include).

Specified by:
setPackageSuppression in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setPackageSuppression

public void setPackageSuppression(java.lang.Integer newValue)

This method provides access to the ADDRESS.PACKAGESUPPRESSION column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not to include package inserts. Valid values are 1 (include) or 0 (do not include).

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

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 ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).

The following is a description of this column:

Address line 3, replacing SAADDR3 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getAddress3 in interface AddressAccessBeanData
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 provides access to the ADDRESS.ADDRESS3 column of DB2 type VARCHAR(50).

The following is a description of this column:

Address line 3, replacing SAADDR3 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setAddress3 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).

The following is a description of this column:

Address line 2, replacing SAADDR2 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getAddress2 in interface AddressAccessBeanData
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 provides access to the ADDRESS.ADDRESS2 column of DB2 type VARCHAR(50).

The following is a description of this column:

Address line 2, replacing SAADDR2 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setAddress2 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).

The following is a description of this column:

Address line 1, replacing SAADDR1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getAddress1 in interface AddressAccessBeanData
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 provides access to the ADDRESS.ADDRESS1 column of DB2 type VARCHAR(50).

The following is a description of this column:

Address line 1, replacing SAADDR1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setAddress1 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

First name of the person to which this address applies, replacing SAFNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getFirstName in interface AddressAccessBeanData
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 provides access to the ADDRESS.FIRSTNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

First name of the person to which this address applies, replacing SAFNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setFirstName in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.EMAIL2 column of DB2 type VARCHAR(256).

The following is a description of this column:

The secondary e-mail address.

Specified by:
getEmail2 in interface AddressAccessBeanData
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 provides access to the ADDRESS.EMAIL2 column of DB2 type VARCHAR(256).

The following is a description of this column:

The secondary e-mail address.

Specified by:
setEmail2 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.EMAIL1 column of DB2 type VARCHAR(256).

The following is a description of this column:

The primary e-mail address, replacing SAEMAIL1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getEmail1 in interface AddressAccessBeanData
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 provides access to the ADDRESS.EMAIL1 column of DB2 type VARCHAR(256).

The following is a description of this column:

The primary e-mail address, replacing SAEMAIL1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setEmail1 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getOfficeAddress

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

This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128).

The following is a description of this column:

Desktop delivery or office address associated with a shipping address.

Specified by:
getOfficeAddress in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOfficeAddress

public void setOfficeAddress(java.lang.String newValue)

This method provides access to the ADDRESS.OFFICEADDRESS column of DB2 type VARCHAR(128).

The following is a description of this column:

Desktop delivery or office address associated with a shipping address.

Specified by:
setOfficeAddress in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.ZIPCODE column of DB2 type VARCHAR(40).

The following is a description of this column:

ZIP or postal code, replacing SAZIPC used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getZipCode in interface AddressAccessBeanData
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 provides access to the ADDRESS.ZIPCODE column of DB2 type VARCHAR(40).

The following is a description of this column:

ZIP or postal code, replacing SAZIPC used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setZipCode in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getSelfAddress

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

This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Specifies whether or not the address belongs to the user. Valid values are 1 (the address belongs to the user) or 0 (the number does not belong to the use

Specified by:
getSelfAddress in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSelfAddressInEJBType

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

This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Specifies whether or not the address belongs to the user. Valid values are 1 (the address belongs to the user) or 0 (the number does not belong to the use

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

setSelfAddress

public void setSelfAddress(java.lang.String newValue)

This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Specifies whether or not the address belongs to the user. Valid values are 1 (the address belongs to the user) or 0 (the number does not belong to the use

Specified by:
setSelfAddress in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setSelfAddress

public void setSelfAddress(java.lang.Integer newValue)

This method provides access to the ADDRESS.SELFADDRESS column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Specifies whether or not the address belongs to the user. Valid values are 1 (the address belongs to the user) or 0 (the number does not belong to the use

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

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 ADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The nickname or identifier of the address, replacing SANICK used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. Among all the addresses owned by a member, their nicknames must be unique.

Specified by:
getNickName in interface AddressAccessBeanData
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 provides access to the ADDRESS.NICKNAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The nickname or identifier of the address, replacing SANICK used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. Among all the addresses owned by a member, their nicknames must be unique.

Specified by:
setNickName in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getStatus

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

This method provides access to the ADDRESS.STATUS column of DB2 type CHAR(1).

The following is a description of this column:

Specifies the status of the address. Valid values are Permanent (current) or temporary (historical). This column replaces SAADRFLAG used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getStatus in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStatus

public void setStatus(java.lang.String newValue)

This method provides access to the ADDRESS.STATUS column of DB2 type CHAR(1).

The following is a description of this column:

Specifies the status of the address. Valid values are Permanent (current) or temporary (historical). This column replaces SAADRFLAG used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setStatus in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getBillingCode

public java.lang.String getBillingCode()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getBillingCode in interface AddressAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBillingCode

public void setBillingCode(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setBillingCode in interface AddressAccessBeanData

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 ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128).

The following is a description of this column:

Middle name or initials of the person to which this address applies, replacing SAMNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getMiddleName in interface AddressAccessBeanData
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 provides access to the ADDRESS.MIDDLENAME column of DB2 type VARCHAR(128).

The following is a description of this column:

Middle name or initials of the person to which this address applies, replacing SAMNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setMiddleName in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).

The following is a description of this column:

Title of the person to which this address applies, replacing SATITLE used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. LDAP uses a length of 50. Valid values are Dr, Prof, Rev, Mr, Mrs, Ms, and N (not provided). The default is N.

Specified by:
getPersonTitle in interface AddressAccessBeanData
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 provides access to the ADDRESS.PERSONTITLE column of DB2 type VARCHAR(50).

The following is a description of this column:

Title of the person to which this address applies, replacing SATITLE used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. LDAP uses a length of 50. Valid values are Dr, Prof, Rev, Mr, Mrs, Ms, and N (not provided). The default is N.

Specified by:
setPersonTitle in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getAddressType

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

This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5).

The following is a description of this column:

Type of address, valid values are configurable by using a properties file: S (shipto), B (billto), and SB (both shipto and billto). A single address may be of different types. If a properties file cannot be found, a default of SB will be used.

Specified by:
getAddressType in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddressType

public void setAddressType(java.lang.String newValue)

This method provides access to the ADDRESS.ADDRESSTYPE column of DB2 type CHAR(5).

The following is a description of this column:

Type of address, valid values are configurable by using a properties file: S (shipto), B (billto), and SB (both shipto and billto). A single address may be of different types. If a properties file cannot be found, a default of SB will be used.

Specified by:
setAddressType in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getCreatedTimestamp

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

This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The date and time the row was created, replacing SASTMP used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getCreatedTimestamp in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCreatedTimestampInEJBType

public java.sql.Timestamp getCreatedTimestampInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The date and time the row was created, replacing SASTMP used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

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

setCreatedTimestamp

public void setCreatedTimestamp(java.lang.String newValue)

This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The date and time the row was created, replacing SASTMP used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setCreatedTimestamp in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setCreatedTimestamp

public void setCreatedTimestamp(java.sql.Timestamp newValue)

This method provides access to the ADDRESS.LASTCREATE column of DB2 type TIMESTAMP.

The following is a description of this column:

The date and time the row was created, replacing SASTMP used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Parameters:
newValue - java.sql.Timestamp
Returns:
void

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 ADDRESS.FAX2 column of DB2 type VARCHAR(32).

The following is a description of this column:

The secondary fax number.

Specified by:
getFax2 in interface AddressAccessBeanData
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 provides access to the ADDRESS.FAX2 column of DB2 type VARCHAR(32).

The following is a description of this column:

The secondary fax number.

Specified by:
setFax2 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.FAX1 column of DB2 type VARCHAR(32).

The following is a description of this column:

The primary fax number 1, replacing SAFAX used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getFax1 in interface AddressAccessBeanData
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 provides access to the ADDRESS.FAX1 column of DB2 type VARCHAR(32).

The following is a description of this column:

The primary fax number 1, replacing SAFAX used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setFax1 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the MEMBER table for the member who owns this address.

Specified by:
getMemberId in interface AddressAccessBeanData
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 ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the MEMBER table for the member who owns 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 provides access to the ADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the MEMBER table for the member who owns this address.

Specified by:
setMemberId in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setMemberId

public void setMemberId(java.lang.Long newValue)

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

The following is a description of this column:

Foreign key to the MEMBER table for the member who owns this address.

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

getBestCallingTime

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

This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1).

The following is a description of this column:

The best time to call, replacing SABTCALL used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. Valid values are D (daytime) and E (evening).

Specified by:
getBestCallingTime in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBestCallingTime

public void setBestCallingTime(java.lang.String newValue)

This method provides access to the ADDRESS.BESTCALLINGTIME column of DB2 type CHAR(1).

The following is a description of this column:

The best time to call, replacing SABTCALL used in previous versions of WebSphere Commerce or WebSphere Commerce Suite. Valid values are D (daytime) and E (evening).

Specified by:
setBestCallingTime in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getPublishPhone2

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

This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the secondary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

Specified by:
getPublishPhone2 in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPublishPhone2InEJBType

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

This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the secondary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

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

setPublishPhone2

public void setPublishPhone2(java.lang.String newValue)

This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the secondary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

Specified by:
setPublishPhone2 in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setPublishPhone2

public void setPublishPhone2(java.lang.Integer newValue)

This method provides access to the ADDRESS.PUBLISHPHONE2 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the secondary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

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

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 ADDRESS.LASTNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

Last name of the person to which this address applies, replacing SALNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getLastName in interface AddressAccessBeanData
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 provides access to the ADDRESS.LASTNAME column of DB2 type VARCHAR(128).

The following is a description of this column:

Last name of the person to which this address applies, replacing SALNAME used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setLastName in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getPublishPhone1

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

This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the primary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

Specified by:
getPublishPhone1 in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPublishPhone1InEJBType

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

This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the primary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

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

setPublishPhone1

public void setPublishPhone1(java.lang.String newValue)

This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the primary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

Specified by:
setPublishPhone1 in interface AddressAccessBeanData
Parameters:
newValue - String
Returns:
void

setPublishPhone1

public void setPublishPhone1(java.lang.Integer newValue)

This method provides access to the ADDRESS.PUBLISHPHONE1 column of DB2 type INTEGER.

The following is a description of this column:

Specifies whether or not the primary phone number is listed. Valid values are 1 (listed) or 0 (unlisted).

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

getAddressId

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

This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique reference number, internally generated. This is a primary key, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getAddressId in interface AddressAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getAddressIdInEJBType

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

This method provides access to the ADDRESS.ADDRESS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique reference number, internally generated. This is a primary key, replacing the SASHNBR column in the SHADDR table used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

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

getPhone2

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

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

The following is a description of this column:

The secondary phone number, replacing SAPHONE2 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getPhone2 in interface AddressAccessBeanData
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 provides access to the ADDRESS.PHONE2 column of DB2 type VARCHAR(32).

The following is a description of this column:

The secondary phone number, replacing SAPHONE2 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setPhone2 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.PHONE1 column of DB2 type VARCHAR(32).

The following is a description of this column:

The primary phone number, replacing SAPHONE1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
getPhone1 in interface AddressAccessBeanData
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 provides access to the ADDRESS.PHONE1 column of DB2 type VARCHAR(32).

The following is a description of this column:

The primary phone number, replacing SAPHONE1 used in previous versions of WebSphere Commerce or WebSphere Commerce Suite.

Specified by:
setPhone1 in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

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 ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).

The following is a description of this column:

Shipping code based on geographical region. This value is used for integration with Taxware.

Specified by:
getShippingGeoCode in interface AddressAccessBeanData
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 provides access to the ADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254).

The following is a description of this column:

Shipping code based on geographical region. This value is used for integration with Taxware.

Specified by:
setShippingGeoCode in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getPrimary

public java.lang.String getPrimary()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getPrimary in interface AddressAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPrimaryInEJBType

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

setPrimary

public void setPrimary(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPrimary in interface AddressAccessBeanData

setPrimary

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

getPhone1Type

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

This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3).

The following is a description of this column:

Phone type for the primary phone number, such as TTY for a teletypewriter for people who have a hearing impairment or PHN for a standard phone. This column replaces SADPHTYP.

Specified by:
getPhone1Type in interface AddressAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhone1Type

public void setPhone1Type(java.lang.String newValue)

This method provides access to the ADDRESS.PHONE1TYPE column of DB2 type CHAR(3).

The following is a description of this column:

Phone type for the primary phone number, such as TTY for a teletypewriter for people who have a hearing impairment or PHN for a standard phone. This column replaces SADPHTYP.

Specified by:
setPhone1Type in interface AddressAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getBillingCodeType

public java.lang.String getBillingCodeType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getBillingCodeType in interface AddressAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setBillingCodeType

public void setBillingCodeType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setBillingCodeType in interface AddressAccessBeanData