com.ibm.commerce.pvcdevices.objects
Class PVCBufferBean

com.ibm.commerce.pvcdevices.objects.PVCBufferBean
All Implemented Interfaces:
java.io.Serializable

public class PVCBufferBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

PVCBufferBean

public PVCBufferBean()

Default Constructor

Method Detail

getCreated

public java.sql.Timestamp getCreated()

Returns Time stamp value of the CREATED field of the PVCBUFFER database table

Returns:
java.sql.Timestamp

getParameters

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.

Returns:
java.lang.String

getParameters2K

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.

Returns:
java.lang.String

getURL

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.

Returns:
java.lang.String

getUsersId

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.

Returns:
java.lang.Long

setCreated

public void setCreated(java.sql.Timestamp aCreated)

This method provides access to the PVCBUFFER.CREATED

Parameters:
aCreated - java.sql.Timestamp
Returns:
void

setParameters

public 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.

Parameters:
aParameters - java.lang.String
Returns:
void

setParameters2K

public 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.

Parameters:
aParameters2K - java.lang.String
Returns:
void

setURL

public 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.

Parameters:
aURL - java.lang.String
Returns:
void

setUsersId

public 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.

Parameters:
aUsersId - java.lang.Long
Returns:
void