java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.DemographicsAccessBean
This table stores demographics information for users. This access bean corresponds to the database table 'USERDEMO'.
Constructor Summary | |
DemographicsAccessBean() Zero argument constructor used to initialize the access bean. |
|
DemographicsAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getAge() This method provides access to the USERDEMO.AGE column of DB2 type INTEGER. |
java.lang.Integer | getAgeInEJBType() This method provides access to the USERDEMO.AGE column of DB2 type INTEGER. |
java.lang.String | getCompanyName() This method provides access to the USERDEMO.COMPANYNAME column of DB2 type VARCHAR(128). |
java.lang.String | getField1() This method provides access to the USERDEMO.FIELD1 column of DB2 type CHAR(1). |
java.lang.String | getField2() This method provides access to the USERDEMO.FIELD2 column of DB2 type CHAR(1). |
java.lang.String | getField3() This method provides access to the USERDEMO.FIELD3 column of DB2 type CHAR(1). |
java.lang.String | getField4() This method provides access to the USERDEMO.FIELD4 column of DB2 type CHAR(1). |
java.lang.String | getField5() This method provides access to the USERDEMO.FIELD5 column of DB2 type VARCHAR(254). |
java.lang.String | getField6() This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER. |
java.lang.Integer | getField6InEJBType() This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER. |
java.lang.String | getField7() This method provides access to the USERDEMO.FIELD7 column of DB2 type VARCHAR(64). |
java.lang.String | getGender() This method provides access to the USERDEMO.GENDER column of DB2 type CHAR(1). |
java.lang.String | getHobbies() This method provides access to the USERDEMO.HOBBIES column of DB2 type VARCHAR(254). |
java.lang.String | getIncome() This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER. |
java.lang.String | getIncomeCurrency() This method provides access to the USERDEMO.INCOMECURRENCY column of DB2 type CHAR(3). |
java.lang.Integer | getIncomeInEJBType() This method provides access to the USERDEMO.INCOME column of DB2 type INTEGER. |
java.lang.String | getMaritalStatus() This method provides access to the USERDEMO.MARITALSTATUS column of DB2 type CHAR(1). |
java.lang.String | getNumberOfChildren() This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER. |
java.lang.Integer | getNumberOfChildrenInEJBType() This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER. |
java.lang.String | getNumberOfHouseholds() This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER. |
java.lang.Integer | getNumberOfHouseholdsInEJBType() This method provides access to the USERDEMO.HOUSEHOLD column of DB2 type INTEGER. |
java.lang.String | getOrderBefore() This method provides access to the USERDEMO.ORDERBEFORE column of DB2 type CHAR(1). |
java.lang.String | getTimezone() This method provides access to the USERDEMO.TIMEZONE column of DB2 type CHAR(5). |
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. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAge(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setAge(java.lang.String newValue) This method accesses a non-CMP field |
void | setCompanyName(java.lang.String newValue) This method accesses a non-CMP field |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setField4(java.lang.String newValue) This method accesses a non-CMP field |
void | setField5(java.lang.String newValue) This method accesses a non-CMP field |
void | setField6(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setField6(java.lang.String newValue) This method accesses a non-CMP field |
void | setField7(java.lang.String newValue) This method accesses a non-CMP field |
void | setGender(java.lang.String newValue) This method accesses a non-CMP field |
void | setHobbies(java.lang.String newValue) This method accesses a non-CMP field |
void | setIncome(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setIncome(java.lang.String newValue) This method accesses a non-CMP field |
void | setIncomeCurrency(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_UserId(java.lang.String newValue) Set the primary key for this object |
void | setMaritalStatus(java.lang.String newValue) This method accesses a non-CMP field |
void | setNumberOfChildren(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setNumberOfChildren(java.lang.String newValue) This method accesses a non-CMP field |
void | setNumberOfHouseholds(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setNumberOfHouseholds(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrderBefore(java.lang.String newValue) This method accesses a non-CMP field |
void | setTimezone(java.lang.String newValue) This method accesses a non-CMP field |
void | setUserId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setUserId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DemographicsAccessBean()
public DemographicsAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public void setInitKey_UserId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public 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.
The following is a description of this column:
The number of children that the user has. If not provided, the default is 0.
public 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.
The following is a description of this column:
The number of children that the user has. If not provided, the default is 0.
public void setNumberOfChildren(java.lang.String newValue)
public void setNumberOfChildren(java.lang.Integer newValue)
public 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).
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.
public void setOrderBefore(java.lang.String newValue)
public 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).
The following is a description of this column:
The gender of the user. Valid values are as follows:&l
public void setGender(java.lang.String newValue)
public 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).
The following is a description of this column:
The company for which the user works.
public void setCompanyName(java.lang.String newValue)
public 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.
public 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.
public void setUserId(java.lang.String newValue)
public void setUserId(java.lang.Long newValue)
public 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).
The following is a description of this column:
The marital status of the user. Valid values are configurable.
public void setMaritalStatus(java.lang.String newValue)
public java.lang.String getAge() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.AGE column of DB2 type INTEGER.
The following is a description of this column:
The age of the user. The default value is 0 (age not provided). Other values are configurable.
public java.lang.Integer getAgeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.AGE column of DB2 type INTEGER.
The following is a description of this column:
The age of the user. The default value is 0 (age not provided). Other values are configurable.
public void setAge(java.lang.String newValue)
public void setAge(java.lang.Integer newValue)
public 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).
The following is a description of this column:
Customizable.
public void setField7(java.lang.String newValue)
public 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.
The following is a description of this column:
Customizable.
public 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.
The following is a description of this column:
Customizable.
public void setField6(java.lang.String newValue)
public void setField6(java.lang.Integer newValue)
public 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).
The following is a description of this column:
Customizable.
public void setField5(java.lang.String newValue)
public 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).
The following is a description of this column:
The time zone in which the user resides.
public void setTimezone(java.lang.String newValue)
public 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).
The following is a description of this column:
Customizable.
public void setField4(java.lang.String newValue)
public 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).
The following is a description of this column:
Customizable.
public void setField3(java.lang.String newValue)
public 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).
The following is a description of this column:
Customizable.
public void setField2(java.lang.String newValue)
public 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).
The following is a description of this column:
Customizable.
public void setField1(java.lang.String newValue)
public 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.
The following is a description of this column:
Number of people in the household.
public 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.
The following is a description of this column:
Number of people in the household.
public void setNumberOfHouseholds(java.lang.String newValue)
public void setNumberOfHouseholds(java.lang.Integer newValue)
public 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).
The following is a description of this column:
Currency for the income of the user.
public void setIncomeCurrency(java.lang.String newValue)
public 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).
The following is a description of this column:
The main interests and hobbies of the user.
public void setHobbies(java.lang.String newValue)
public 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.
The following is a description of this column:
The annual income for the user. Valid values are configurable.
public 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.
The following is a description of this column:
The annual income for the user. Valid values are configurable.
public void setIncome(java.lang.String newValue)
public void setIncome(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.