|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.objects.UserPVCDeviceBean
This bean provides access to the USERPVCDEV table.
The following is a description of this table:
This table contains information for pervasive computing devices used by WebSphere Commerce registered users.
Constructor Summary | |
UserPVCDeviceBean()
Default Constructor |
Method Summary | |
java.lang.String |
getAddress1()
This method provides access to the USERPVCDEV.ADDRESS1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getAddress1Type()
This method provides access to the USERPVCDEV.ADDRESS1TYPE column of DB2 type CHAR(3) NULL. |
java.lang.String |
getAddress2()
This method provides access to the USERPVCDEV.ADDRESS2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getAddress2Type()
This method provides access to the USERPVCDEV.ADDRESS2TYPE column of DB2 type CHAR(3) NULL. |
java.lang.Integer |
getDeviceFormatId()
This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getDeviceIdentifier()
This method provides access to the USERPVCDEV.DEVICEIDENTIFIER column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getPreferredTimeout()
This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER NULL. |
java.lang.Integer |
getProtect()
This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER NULL. |
java.lang.Long |
getPvcsessionId()
This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getTransportId()
This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER NULL. |
java.lang.Long |
getUserId()
This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserPVCDeviceId()
This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL. |
void |
setAddress1(java.lang.String aAddress1)
This method provides access to the USERPVCDEV.ADDRESS1 column of DB2 type VARCHAR(254) NULL. |
void |
setAddress1Type(java.lang.String aAddress1Type)
This method provides access to the USERPVCDEV.ADDRESS1TYPE column of DB2 type CHAR(3) NULL. |
void |
setAddress2(java.lang.String aAddress2)
This method provides access to the USERPVCDEV.ADDRESS2 column of DB2 type VARCHAR(254) NULL. |
void |
setAddress2Type(java.lang.String aAddress2Type)
This method provides access to the USERPVCDEV.ADDRESS2TYPE column of DB2 type CHAR(3) NULL. |
void |
setDeviceFormatId(java.lang.Integer aDeviceFormatId)
This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER NULL. |
void |
setDeviceIdentifier(java.lang.String aDeviceIdentifier)
This method provides access to the USERPVCDEV.DEVICEIDENTIFIER column of DB2 type VARCHAR(254) NULL. |
void |
setPreferredTimeout(java.lang.Integer aPreferredTimeout)
This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER NULL. |
void |
setProtect(java.lang.Integer aProtect)
This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER NULL. |
void |
setPvcsessionId(java.lang.Long aPvcsessionId)
This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL. |
void |
setTransportId(java.lang.Integer aTransportId)
This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER NULL. |
void |
setUserId(java.lang.Long aUserId)
This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserPVCDeviceId(java.lang.Long aUserPVCDeviceId)
This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public UserPVCDeviceBean()
Default Constructor
Method Detail |
public java.lang.String getAddress1()
This method provides access to the USERPVCDEV.ADDRESS1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The primary address of the user of the pervasive computing device.
public java.lang.String getAddress1Type()
This method provides access to the USERPVCDEV.ADDRESS1TYPE column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The type of address for ADDRESS1. Valid values are E (e-mail) or P (phone).
public java.lang.String getAddress2()
This method provides access to the USERPVCDEV.ADDRESS2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A secondary address for the user of the pervasive computing device.
public java.lang.String getAddress2Type()
This method provides access to the USERPVCDEV.ADDRESS2TYPE column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The type of address for ADDRESS2. Valid values are E (e-mail) or P (phone).
public java.lang.Integer getDeviceFormatId()
This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign key to the DEVICEFMT table.
public java.lang.String getDeviceIdentifier()
This method provides access to the USERPVCDEV.DEVICEIDENTIFIER column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The terminal identifier of the pervasive computing device. This column is deprecated and is provided for backward compatibility only.
public java.lang.Integer getPreferredTimeout()
This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER NULL.
The following is a description of this column:
Time that the session should expire.
public java.lang.Integer getProtect()
This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER NULL.
The following is a description of this column:
Protect commands which are listed in URLREG table. Valid values are 1 (yes) or 0 (no). If not provided, 1 is used as the default.
public java.lang.Long getPvcsessionId()
This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference to the pervasive computing device which the user uses to log in. Foreign key to PVCSESSION_ID in PVCSESSION table.
public java.lang.Integer getTransportId()
This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign key to the TRANSPORT table.
public java.lang.Long getUserId()
This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USERS table for the registered user who owns this PVC device.
public java.lang.Long getUserPVCDeviceId()
This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key, internally generated.
public void setAddress1(java.lang.String aAddress1)
This method provides access to the USERPVCDEV.ADDRESS1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The primary address of the user of the pervasive computing device.
aAddress1
- java.lang.Stringpublic void setAddress1Type(java.lang.String aAddress1Type)
This method provides access to the USERPVCDEV.ADDRESS1TYPE column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The type of address for ADDRESS1. Valid values are E (e-mail) or P (phone).
aAddress1Type
- java.lang.Stringpublic void setAddress2(java.lang.String aAddress2)
This method provides access to the USERPVCDEV.ADDRESS2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A secondary address for the user of the pervasive computing device.
aAddress2
- java.lang.Stringpublic void setAddress2Type(java.lang.String aAddress2Type)
This method provides access to the USERPVCDEV.ADDRESS2TYPE column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The type of address for ADDRESS2. Valid values are E (e-mail) or P (phone).
aAddress2Type
- java.lang.Stringpublic void setDeviceFormatId(java.lang.Integer aDeviceFormatId)
This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign key to the DEVICEFMT table.
aDeviceFormatId
- java.lang.Integerpublic void setDeviceIdentifier(java.lang.String aDeviceIdentifier)
This method provides access to the USERPVCDEV.DEVICEIDENTIFIER column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The terminal identifier of the pervasive computing device. This column is deprecated and is provided for backward compatibility only.
aDeviceIdentifier
- java.lang.Stringpublic void setPreferredTimeout(java.lang.Integer aPreferredTimeout)
This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER NULL.
The following is a description of this column:
Time that the session should expire.
aPreferredTimeout
- java.lang.Integerpublic void setProtect(java.lang.Integer aProtect)
This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER NULL.
The following is a description of this column:
Protect commands which are listed in URLREG table. Valid values are 1 (yes) or 0 (no). If not provided, 1 is used as the default.
aProtect
- java.lang.Integerpublic void setPvcsessionId(java.lang.Long aPvcsessionId)
This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference to the pervasive computing device which the user uses to log in. Foreign key to PVCSESSION_ID in PVCSESSION table.
aPvcsessionId
- java.lang.Longpublic void setTransportId(java.lang.Integer aTransportId)
This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign key to the TRANSPORT table.
aTransportId
- java.lang.Integerpublic void setUserId(java.lang.Long aUserId)
This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USERS table for the registered user who owns this PVC device.
aUserId
- java.lang.Longpublic void setUserPVCDeviceId(java.lang.Long aUserPVCDeviceId)
This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key, internally generated.
aUserPVCDeviceId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |