com.ibm.commerce.pvcdevices.objects
Class PVCBindingBean

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

public class PVCBindingBean
implements java.io.Serializable

This bean provides access to the PVCBINDING table.

The following is a description of this table:

Represents relation between a customer and a terminal for pervasive computing.

See Also:
Serialized Form

Constructor Summary
PVCBindingBean()
           Default Constructor
 
Method Summary
 java.sql.Timestamp getCreated()
          Returns the Time stamp corresponding to the CREATED from PVCBINDING
 java.lang.Long getPVCBindingId()
          This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getPVCSessionId()
          This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getStatus()
          This method provides access to the PVCBINDING.STATUS
 java.lang.Long getUsersId()
          This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.
 void setCreated(java.sql.Timestamp aCreated)
          This method provides access to the PVCBINDING.CREATED
 void setPVCBindingId(java.lang.Long aPVCBindingId)
          This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.
 void setPVCSessionId(java.lang.Long aPVCSessionId)
          This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
 void setStatus(java.lang.String aStatus)
          This method provides access to the PVCBINDING.STATUS
 void setUsersId(java.lang.Long aUsersId)
          This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

PVCBindingBean

public PVCBindingBean()

Default Constructor

Method Detail

getCreated

public java.sql.Timestamp getCreated()

Returns the Time stamp corresponding to the CREATED from PVCBINDING

Returns:
java.sql.Timestamp

getPVCBindingId

public java.lang.Long getPVCBindingId()

This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of a record.

Returns:
java.lang.Long

getPVCSessionId

public java.lang.Long getPVCSessionId()

This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identifier of the terminal.

Returns:
java.lang.Long

getStatus

public java.lang.String getStatus()

This method provides access to the PVCBINDING.STATUS

The following is a description of this column:

Returns the Status

Returns:
java.lang.String

getUsersId

public java.lang.Long getUsersId()

This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of a customer who is allowed to login using a terminal corresponding to PVCSESSION_ID.

Returns:
java.lang.Long

setCreated

public void setCreated(java.sql.Timestamp aCreated)

This method provides access to the PVCBINDING.CREATED

The following is a description of this column:

Timestamp of the record creation

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

setPVCBindingId

public void setPVCBindingId(java.lang.Long aPVCBindingId)

This method provides access to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of a record.

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

setPVCSessionId

public void setPVCSessionId(java.lang.Long aPVCSessionId)

This method provides access to the PVCBINDING.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identifier of the terminal.

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

setStatus

public void setStatus(java.lang.String aStatus)

This method provides access to the PVCBINDING.STATUS

The following is a description of this column:

Sets the Status

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

setUsersId

public void setUsersId(java.lang.Long aUsersId)

This method provides access to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of a customer who is allowed to login using a terminal corresponding to PVCSESSION_ID.

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