com.ibm.commerce.pvcdevices.objects
Interface PVCBufferAccessBeanData

All Known Implementing Classes:
PVCBufferAccessBean

public interface PVCBufferAccessBeanData

This table stores the command input data which needs to be submitted over several pages of pervasive computing devices.


Method Summary
 java.lang.String getCreated()
           
 java.lang.String getParameters()
           
 java.lang.String getParameters2K()
           
 java.lang.String getURL()
           
 java.lang.String getUsersId()
           
 void setCreated(java.lang.String newValue)
           
 void setParameters(java.lang.String newValue)
           
 void setParameters2K(java.lang.String newValue)
           
 void setURL(java.lang.String newValue)
           
 void setUsersId(java.lang.String newValue)            
 

Method Detail

getURL

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

setURL

public void setURL(java.lang.String newValue)

getParameters

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

setParameters

public void setParameters(java.lang.String newValue)

getCreated

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

setCreated

public void setCreated(java.lang.String newValue)

getParameters2K

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

setParameters2K

public void setParameters2K(java.lang.String newValue)

getUsersId

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

setUsersId

public void setUsersId(java.lang.String newValue)