java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.pvcdevices.objects.PVCBufferAccessBean
This table stores the command input data which needs to be submitted over several pages of pervasive computing devices.
Constructor Summary | |
---|---|
PVCBufferAccessBean() constructor | |
PVCBufferAccessBean(javax.ejb.EJBObject o) constructor | |
PVCBufferAccessBean(java.lang.Long arg0,
java.lang.String arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getCreated() This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getCreatedInEJBType() This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP. |
java.lang.String |
getParameters() This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024). |
java.lang.String |
getParameters2K() This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048). |
java.lang.String |
getURL() This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getUsersId() This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUsersIdInEJBType() This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCreated(java.lang.String newValue) This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP. |
void |
setCreated(java.sql.Timestamp newValue) This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP. |
void |
setInitKey_UsersId(java.lang.Long newValue) Set the primary key for this object |
void |
setParameters(java.lang.String newValue) This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024). |
void |
setParameters2K(java.lang.String newValue) This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048). |
void |
setURL(java.lang.String newValue) This method provides access to the PVCBUFFER.URL column of DB2 type VARCHAR(254) NOT NULL. |
void |
setUsersId(java.lang.Long newValue) This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setUsersId(java.lang.String newValue) This method provides access to the PVCBUFFER.USERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PVCBufferAccessBean()
public PVCBufferAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PVCBufferAccessBean(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public void setInitKey_UsersId(java.lang.Long newValue)
Set the primary key for this object
newValue
- java.lang.Longprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getURL
in interface
PVCBufferAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setURL(java.lang.String newValue)
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.
setURL
in interface
PVCBufferAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getParameters() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024).
The following is a description of this column:
Buffered name-value pairs from URL. This column is &l
getParameters
in interface
PVCBufferAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setParameters(java.lang.String newValue)
This method provides access to the PVCBUFFER.PARAMETERS column of DB2 type VARCHAR(1024).
The following is a description of this column:
Buffered name-value pairs from URL. This column is &l
setParameters
in interface
PVCBufferAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Creation date and time.
getCreated
in interface
PVCBufferAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Creation date and time.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreated(java.lang.String newValue)
This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Creation date and time.
setCreated
in interface
PVCBufferAccessBeanData
newValue
- Stringpublic void setCreated(java.sql.Timestamp newValue)
This method provides access to the PVCBUFFER.CREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Creation date and time.
newValue
- java.sql.Timestamppublic java.lang.String getParameters2K() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048).
The following is a description of this column:
Buffered name-value pairs from URL.
getParameters2K
in interface
PVCBufferAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setParameters2K(java.lang.String newValue)
This method provides access to the PVCBUFFER.PARAMETERS2K column of DB2 type VARCHAR(2048).
The following is a description of this column:
Buffered name-value pairs from URL.
setParameters2K
in interface
PVCBufferAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getUsersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getUsersId
in interface
PVCBufferAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getUsersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUsersId(java.lang.String newValue)
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.
setUsersId
in interface
PVCBufferAccessBeanData
newValue
- Stringpublic void setUsersId(java.lang.Long newValue)
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.
newValue
- java.lang.Long