|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.objects.PVCBufferBean
This bean provides access to the PVCBUFFER table.
The following is a description of this table:
This table is used to store the command input data which needs to be submitted over several pages of pervasive computing devices.
Constructor Summary | |
PVCBufferBean()
Default Constructor |
Method Summary | |
java.sql.Timestamp |
getCreated()
Returns Time stamp value of the CREATED field of the PVCBUFFER database table |
java.lang.String |
getParameters()
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getParameters2K()
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL. |
java.lang.String |
getURL()
This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Long |
getUsersId()
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setCreated(java.sql.Timestamp aCreated)
This method provides access to the PVCBUFFER.CREATED |
void |
setParameters(java.lang.String aParameters)
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL. |
void |
setParameters2K(java.lang.String aParameters2K)
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL. |
void |
setURL(java.lang.String aURL)
This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
void |
setUsersId(java.lang.Long aUsersId)
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public PVCBufferBean()
Default Constructor
Method Detail |
public java.sql.Timestamp getCreated()
Returns Time stamp value of the CREATED field of the PVCBUFFER database table
public java.lang.String getParameters()
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Buffered name-value pairs from URL. This column is deprecated and is provided for backward compatibility only.
public java.lang.String getParameters2K()
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL.
The following is a description of this column:
Buffered name-value pairs from URL.
public java.lang.String getURL()
This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
URL of command that is currently being buffered.
public java.lang.Long getUsersId()
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference number of customer who is owner of this record.
public void setCreated(java.sql.Timestamp aCreated)
This method provides access to the PVCBUFFER.CREATED
aCreated
- java.sql.Timestamppublic void setParameters(java.lang.String aParameters)
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Buffered name-value pairs from URL. This column is deprecated and is provided for backward compatibility only.
aParameters
- java.lang.Stringpublic void setParameters2K(java.lang.String aParameters2K)
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048) NULL.
The following is a description of this column:
Buffered name-value pairs from URL.
aParameters2K
- java.lang.Stringpublic void setURL(java.lang.String aURL)
This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
URL of command that is currently being buffered.
aURL
- java.lang.Stringpublic void setUsersId(java.lang.Long aUsersId)
This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reference number of customer who is owner of this record.
aUsersId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |