|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.user.objects.DemographicsAccessBean
This bean provides access to the USERDEMO table.
The following is a description of this table:
This table stores demographics information for users.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
DemographicsAccessBean()
Default constructor. |
|
DemographicsAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB |
|
DemographicsAccessBean(java.util.Hashtable aProperties)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
DemographicsAccessBean(java.lang.Long aUserId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getAge()
User age. |
java.lang.Integer |
getAgeInEJBType()
User age. |
java.lang.String |
getCompanyName()
This method provides access to the USERDEMO.COMPANYNAME column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getField1()
This method provides access to the USERDEMO.FIELD1 column of DB2 type CHAR(1) NULL. |
java.lang.String |
getField2()
This method provides access to the USERDEMO.FIELD2 column of DB2 type CHAR(1) NULL. |
java.lang.String |
getField3()
This method provides access to the USERDEMO.FIELD3 column of DB2 type CHAR(1) NULL. |
java.lang.String |
getField4()
This method provides access to the USERDEMO.FIELD4 column of DB2 type CHAR(1) NULL. |
java.lang.String |
getField5()
This method provides access to the USERDEMO.FIELD5 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField6()
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField6InEJBType()
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL. |
java.lang.String |
getField7()
This method provides access to the USERDEMO.FIELD7 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getGender()
This method provides access to the USERDEMO.GENDER column of DB2 type CHAR(1) NULL. |
java.lang.String |
getHobbies()
This method provides access to the USERDEMO.HOBBIES column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getIncome()
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL. |
java.lang.String |
getIncomeCurrency()
This method provides access to the USERDEMO.INCOMECURRENCY column of DB2 type CHAR(3) NULL. |
java.lang.Integer |
getIncomeInEJBType()
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL. |
java.lang.String |
getMaritalStatus()
This method provides access to the USERDEMO.MARITALSTATUS column of DB2 type CHAR(1) NULL. |
java.lang.String |
getNumberOfChildren()
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL. |
java.lang.Integer |
getNumberOfChildrenInEJBType()
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL. |
java.lang.String |
getNumberOfHouseholds()
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL. |
java.lang.Integer |
getNumberOfHouseholdsInEJBType()
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL. |
java.lang.String |
getOrderBefore()
This method provides access to the USERDEMO.ORDERBEFORE column of DB2 type CHAR(1) NULL. |
java.lang.String |
getTimezone()
This method provides access to the USERDEMO.TIMEZONE column of DB2 type CHAR(5) NULL. |
java.lang.String |
getUserId()
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserIdInEJBType()
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAge(java.lang.Integer aAge)
Set the user age. |
void |
setAge(java.lang.String aAge)
Set the user age. |
void |
setCompanyName(java.lang.String aCompanyName)
This method provides access to the USERDEMO.COMPANYNAME column of DB2 type VARCHAR(128) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the USERDEMO.FIELD1 column of DB2 type CHAR(1) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the USERDEMO.FIELD2 column of DB2 type CHAR(1) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the USERDEMO.FIELD3 column of DB2 type CHAR(1) NULL. |
void |
setField4(java.lang.String aField4)
This method provides access to the USERDEMO.FIELD4 column of DB2 type CHAR(1) NULL. |
void |
setField5(java.lang.String aField5)
This method provides access to the USERDEMO.FIELD5 column of DB2 type VARCHAR(254) NULL. |
void |
setField6(java.lang.Integer aField6)
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL. |
void |
setField6(java.lang.String aField6)
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL. |
void |
setField7(java.lang.String aField7)
This method provides access to the USERDEMO.FIELD7 column of DB2 type VARCHAR(64) NULL. |
void |
setGender(java.lang.String aGender)
This method provides access to the USERDEMO.GENDER column of DB2 type CHAR(1) NULL. |
void |
setHobbies(java.lang.String aHobbies)
This method provides access to the USERDEMO.HOBBIES column of DB2 type VARCHAR(254) NULL. |
void |
setIncome(java.lang.Integer aIncome)
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL. |
void |
setIncome(java.lang.String aIncome)
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL. |
void |
setIncomeCurrency(java.lang.String aIncomeCurrency)
This method provides access to the USERDEMO.INCOMECURRENCY column of DB2 type CHAR(3) NULL. |
void |
setInitKey_UserId(java.lang.String aInitKey_UserId)
Set the primary key for this object |
void |
setMaritalStatus(java.lang.String aMaritalStatus)
This method provides access to the USERDEMO.MARITALSTATUS column of DB2 type CHAR(1) NULL. |
void |
setNumberOfChildren(java.lang.Integer aNumberOfChildren)
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL. |
void |
setNumberOfChildren(java.lang.String aNumberOfChildren)
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL. |
void |
setNumberOfHouseholds(java.lang.Integer aNumberOfHouseholds)
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL. |
void |
setNumberOfHouseholds(java.lang.String aNumberOfHouseholds)
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL. |
void |
setOrderBefore(java.lang.String aOrderBefore)
This method provides access to the USERDEMO.ORDERBEFORE column of DB2 type CHAR(1) NULL. |
void |
setTimezone(java.lang.String aTimezone)
This method provides access to the USERDEMO.TIMEZONE column of DB2 type CHAR(5) NULL. |
void |
setUserId(java.lang.Long aUserId)
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserId(java.lang.String aUserId)
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DemographicsAccessBean()
Default constructor. Maps to findByPrimaryKey.
public DemographicsAccessBean(javax.ejb.EJBObject Object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic DemographicsAccessBean(java.util.Hashtable aProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aProperties
- java.util.Hashtablejavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic DemographicsAccessBean(java.lang.Long aUserId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aUserId
- java.lang.Longjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAge() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
User age.
getAge
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getAgeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
User age.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCompanyName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.COMPANYNAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The company for which the user works.
getCompanyName
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD1 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
getField1
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD2 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
getField2
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD3 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
getField3
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD4 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
getField4
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField5() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField5
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField6() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField6
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getField6InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField7() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.FIELD7 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField7
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getGender() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.GENDER column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The gender of the user. Valid values are F (female), M (male), or N (not provided). If not provided, N is used as the default.
getGender
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getHobbies() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.HOBBIES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The main interests and hobbies of the user.
getHobbies
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getIncome() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL.
The following is a description of this column:
The annual income for the user. Valid values are configurable.
getIncome
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getIncomeCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.INCOMECURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency for the income of the user.
getIncomeCurrency
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getIncomeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL.
The following is a description of this column:
The annual income for the user. Valid values are configurable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMaritalStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.MARITALSTATUS column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The marital status of the user. Valid values are configurable.
getMaritalStatus
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getNumberOfChildren() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL.
The following is a description of this column:
The umber of children that the user has. If not provided, the default is 0.
getNumberOfChildren
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getNumberOfChildrenInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL.
The following is a description of this column:
The umber of children that the user has. If not provided, the default is 0.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getNumberOfHouseholds() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL.
The following is a description of this column:
Number of people in the household.
getNumberOfHouseholds
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getNumberOfHouseholdsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL.
The following is a description of this column:
Number of people in the household.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrderBefore() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.ORDERBEFORE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Indicates whether or not the user has previously placed an order. This value is supplied by the user.
getOrderBefore
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTimezone() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.TIMEZONE column of DB2 type CHAR(5) NULL.
The following is a description of this column:
The time zone in which the user resides.
getTimezone
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USER table for the member (user) who is associated with this demographical information.
getUserId
in interface DemographicsAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USER table for the member (user) who is associated with this demographical information.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAge(java.lang.Integer aAge)
Set the user age.
aAge
- java.lang.Integerpublic void setAge(java.lang.String aAge)
Set the user age.
setAge
in interface DemographicsAccessBeanData
aAge
- java.lang.Stringpublic void setCompanyName(java.lang.String aCompanyName)
This method provides access to the USERDEMO.COMPANYNAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The company for which the user works.
setCompanyName
in interface DemographicsAccessBeanData
aCompanyName
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the USERDEMO.FIELD1 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
setField1
in interface DemographicsAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the USERDEMO.FIELD2 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
setField2
in interface DemographicsAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the USERDEMO.FIELD3 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
setField3
in interface DemographicsAccessBeanData
aField3
- java.lang.Stringpublic void setField4(java.lang.String aField4)
This method provides access to the USERDEMO.FIELD4 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
setField4
in interface DemographicsAccessBeanData
aField4
- java.lang.Stringpublic void setField5(java.lang.String aField5)
This method provides access to the USERDEMO.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField5
in interface DemographicsAccessBeanData
aField5
- java.lang.Stringpublic void setField6(java.lang.Integer aField6)
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField6
- java.lang.Integerpublic void setField6(java.lang.String aField6)
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField6
in interface DemographicsAccessBeanData
aField6
- java.lang.Stringpublic void setField7(java.lang.String aField7)
This method provides access to the USERDEMO.FIELD7 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField7
in interface DemographicsAccessBeanData
aField7
- java.lang.Stringpublic void setGender(java.lang.String aGender)
This method provides access to the USERDEMO.GENDER column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The gender of the user. Valid values are F (female), M (male), or N (not provided). If not provided, N is used as the default.
setGender
in interface DemographicsAccessBeanData
aGender
- java.lang.Stringpublic void setHobbies(java.lang.String aHobbies)
This method provides access to the USERDEMO.HOBBIES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The main interests and hobbies of the user.
setHobbies
in interface DemographicsAccessBeanData
aHobbies
- java.lang.Stringpublic void setIncome(java.lang.Integer aIncome)
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL.
The following is a description of this column:
The annual income for the user. Valid values are configurable.
aIncome
- java.lang.Integerpublic void setIncome(java.lang.String aIncome)
This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER NULL.
The following is a description of this column:
The annual income for the user. Valid values are configurable.
setIncome
in interface DemographicsAccessBeanData
aIncome
- java.lang.Stringpublic void setIncomeCurrency(java.lang.String aIncomeCurrency)
This method provides access to the USERDEMO.INCOMECURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency for the income of the user.
setIncomeCurrency
in interface DemographicsAccessBeanData
aIncomeCurrency
- java.lang.Stringpublic void setInitKey_UserId(java.lang.String aInitKey_UserId)
Set the primary key for this object
aInitKey_UserId
- java.lang.Stringpublic void setMaritalStatus(java.lang.String aMaritalStatus)
This method provides access to the USERDEMO.MARITALSTATUS column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The marital status of the user. Valid values are configurable.
setMaritalStatus
in interface DemographicsAccessBeanData
aMaritalStatus
- java.lang.Stringpublic void setNumberOfChildren(java.lang.Integer aNumberOfChildren)
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL.
The following is a description of this column:
The umber of children that the user has. If not provided, the default is 0.
aNumberOfChildren
- java.lang.Integerpublic void setNumberOfChildren(java.lang.String aNumberOfChildren)
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL.
The following is a description of this column:
The umber of children that the user has. If not provided, the default is 0.
setNumberOfChildren
in interface DemographicsAccessBeanData
aNumberOfChildren
- java.lang.Stringpublic void setNumberOfHouseholds(java.lang.Integer aNumberOfHouseholds)
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL.
The following is a description of this column:
Number of people in the household.
aNumberOfHouseholds
- java.lang.Integerpublic void setNumberOfHouseholds(java.lang.String aNumberOfHouseholds)
This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER NULL.
The following is a description of this column:
Number of people in the household.
setNumberOfHouseholds
in interface DemographicsAccessBeanData
aNumberOfHouseholds
- java.lang.Stringpublic void setOrderBefore(java.lang.String aOrderBefore)
This method provides access to the USERDEMO.ORDERBEFORE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Indicates whether or not the user has previously placed an order. This value is supplied by the user.
setOrderBefore
in interface DemographicsAccessBeanData
aOrderBefore
- java.lang.Stringpublic void setTimezone(java.lang.String aTimezone)
This method provides access to the USERDEMO.TIMEZONE column of DB2 type CHAR(5) NULL.
The following is a description of this column:
The time zone in which the user resides.
setTimezone
in interface DemographicsAccessBeanData
aTimezone
- java.lang.Stringpublic void setUserId(java.lang.Long aUserId)
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USER table for the member (user) who is associated with this demographical information.
aUserId
- java.lang.Longpublic void setUserId(java.lang.String aUserId)
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USER table for the member (user) who is associated with this demographical information.
setUserId
in interface DemographicsAccessBeanData
aUserId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |