com.ibm.commerce.pvcdevices.beans
Class PVCBindingDataBean

com.ibm.commerce.pvcdevices.beans.PVCBindingDataBean
All Implemented Interfaces:
Delegator

public class PVCBindingDataBean
implements Delegator

This bean provides data from the PVCBINDING table.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
PVCBindingDataBean()
          Default constructor
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getCreated()
          This method returns value corresponding to the PVCBINDING.CREATED
 java.sql.Timestamp getCreatedInEJBType()
          Returns value of the type Timestamp corresponding to the record time creation
 java.lang.String getDataBeanKeyPVCBindingId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getPVCBindingId()
          This method returns value corresponding to the PVCBINDING.PVCBINDING_ID
 java.lang.Long getPVCBindingIdInEJBType()
          Returns value of the type Long corresponding to the PVCBinding_ID
 java.lang.String getPVCSessionId()
          This method returns value corresponding to the PVCBINDING.PVCSESSION_ID
 java.lang.Long getPVCSessionIdInEJBType()
          Returns value of the type Long corresponding to the PVCSESSION_ID
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getStatus()
          This method returns value corresponding to the PVCBINDING.STATUS
 java.lang.String getUsersId()
          This method returns value corresponding to the PVCBINDING.USERS_ID
 java.lang.Long getUsersIdInEJBType()
          Returns values of the type Long corresponding to the USERS_ID
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setCreated(java.sql.Timestamp aCreated)
          This method sets value corresponding to the PVCBINDING.CREATED
 void setDataBeanKeyPVCBindingId(java.lang.String aDataBeanKeyPVCBindingId)
          Set its primary key for fetching.
 void setPVCBindingId(java.lang.Long aPVCBindingId)
          This method provides sets value corresponding to the PVCBINDING.PVCBINDING_ID column of DB2 type BIGINT NOT NULL.
 void setPVCSessionId(java.lang.Long aPVCSessionId)
          This method sets value corresponding to the PVCBINDING.PVCSESSION_ID
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setStatus(java.lang.String aStatus)
          This method provides access to the PVCBINDING.STATUS
 void setUsersId(java.lang.Long aUsersId)
          This method sets value corresponding to the PVCBINDING.USERS_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

PVCBindingDataBean

public PVCBindingDataBean()

Default constructor

Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getCreated

public java.lang.String getCreated()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method returns value corresponding to the PVCBINDING.CREATED

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreatedInEJBType

public java.sql.Timestamp getCreatedInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

Returns value of the type Timestamp corresponding to the record time creation

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDataBeanKeyPVCBindingId

public java.lang.String getDataBeanKeyPVCBindingId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getPVCBindingId

public java.lang.String getPVCBindingId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method returns value corresponding to the PVCBINDING.PVCBINDING_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPVCBindingIdInEJBType

public java.lang.Long getPVCBindingIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

Returns value of the type Long corresponding to the PVCBinding_ID

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPVCSessionId

public java.lang.String getPVCSessionId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method returns value corresponding to the PVCBINDING.PVCSESSION_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPVCSessionIdInEJBType

public java.lang.Long getPVCSessionIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

Returns value of the type Long corresponding to the PVCSESSION_ID

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method returns value corresponding to the PVCBINDING.STATUS

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUsersId

public java.lang.String getUsersId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method returns value corresponding to the PVCBINDING.USERS_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUsersIdInEJBType

public java.lang.Long getUsersIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

Returns values of the type Long corresponding to the USERS_ID

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setCreated

public void setCreated(java.sql.Timestamp aCreated)

This method sets value corresponding to the PVCBINDING.CREATED

The following is a description of this column:

Record creation time

Parameters:
aCreated - java.sql.Timestamp - creation time timestamp
Returns:
void

setDataBeanKeyPVCBindingId

public void setDataBeanKeyPVCBindingId(java.lang.String aDataBeanKeyPVCBindingId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyPVCBindingId - java.lang.String - The primary key
Returns:
void

setPVCBindingId

public void setPVCBindingId(java.lang.Long aPVCBindingId)

This method provides sets value corresponding 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 - PVCBindingId
Returns:
void

setPVCSessionId

public void setPVCSessionId(java.lang.Long aPVCSessionId)

This method sets value corresponding to the PVCBINDING.PVCSESSION_ID

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

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setStatus

public void setStatus(java.lang.String aStatus)

This method provides access to the PVCBINDING.STATUS

Parameters:
aStatus - java.lang.String - status value to be set
Returns:
void

setUsersId

public void setUsersId(java.lang.Long aUsersId)

This method sets value corresponding 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 - userId value
Returns:
void