|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.objects.PVCBindingBean
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.
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 |
public PVCBindingBean()
Default Constructor
Method Detail |
public java.sql.Timestamp getCreated()
Returns the Time stamp corresponding to the CREATED from PVCBINDING
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.
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.
public java.lang.String getStatus()
This method provides access to the PVCBINDING.STATUS
The following is a description of this column:
Returns the Status
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.
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
aCreated
- java.sql.Timestamppublic 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.
aPVCBindingId
- java.lang.Longpublic 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.
aPVCSessionId
- java.lang.Longpublic 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
aStatus
- java.lang.Stringpublic 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.
aUsersId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |