|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.DemographicsBean
This bean provides access to the USERDEMO table.
The following is a description of this table:
This table stores demographics information for users.
Constructor Summary | |
DemographicsBean()
|
Method Summary | |
java.lang.Integer |
getAge()
IBM internal use only. |
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.Integer |
getField6()
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.Integer |
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.String |
getMaritalStatus()
This method provides access to the USERDEMO.MARITALSTATUS column of DB2 type CHAR(1) NULL. |
java.lang.Integer |
getNumberOfChildren()
This method provides access to the USERDEMO.CHILDREN column of DB2 type INTEGER NULL. |
java.lang.Integer |
getNumberOfHouseholds()
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.Long |
getUserId()
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setAge(java.lang.Integer aAge)
IBM internal use only. |
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 |
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 |
setIncomeCurrency(java.lang.String aIncomeCurrency)
This method provides access to the USERDEMO.INCOMECURRENCY column of DB2 type CHAR(3) NULL. |
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 |
setNumberOfHouseholds(java.lang.Integer 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. |
Constructor Detail |
public DemographicsBean()
Method Detail |
public java.lang.Integer getAge()
IBM internal use only.
public java.lang.String getCompanyName()
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.
public java.lang.String getField1()
This method provides access to the USERDEMO.FIELD1 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the USERDEMO.FIELD2 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the USERDEMO.FIELD3 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField4()
This method provides access to the USERDEMO.FIELD4 column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField5()
This method provides access to the USERDEMO.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getField6()
This method provides access to the USERDEMO.FIELD6 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField7()
This method provides access to the USERDEMO.FIELD7 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getGender()
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.
public java.lang.String getHobbies()
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.
public java.lang.Integer getIncome()
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.
public java.lang.String getIncomeCurrency()
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.
public java.lang.String getMaritalStatus()
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.
public java.lang.Integer getNumberOfChildren()
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.
public java.lang.Integer getNumberOfHouseholds()
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.
public java.lang.String getOrderBefore()
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.
public java.lang.String getTimezone()
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.
public java.lang.Long getUserId()
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 setAge(java.lang.Integer aAge)
IBM internal use only.
aAge
- java.lang.Integerpublic 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.
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.
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.
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.
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.
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.
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 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.
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.
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.
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 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.
aIncomeCurrency
- 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.
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 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 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.
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.
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.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |