com.ibm.commerce.pvcdevices.objects
Interface PVCDeviceModelAccessBeanData

All Known Implementing Classes:
PVCDeviceModelAccessBean

public interface PVCDeviceModelAccessBeanData

This table stores device model information. Records will be looked up by the value returned by the WebSphere Commerce pervasive computing adapter. Each subclass of PVCAdapterImpl is responsible to get a device model name from the HTTP request.


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDeviceModelId()
           
 java.lang.String getDevModelName()
           
 java.lang.String getModelName()
           
 java.lang.String getSessionType()
           
 java.lang.String getVendorName()
           
 void setDescription(java.lang.String newValue)
           
 void setDeviceModelId(java.lang.String newValue)
           
 void setDevModelName(java.lang.String newValue)
           
 void setModelName(java.lang.String newValue)
           
 void setSessionType(java.lang.String newValue)
           
 void setVendorName(java.lang.String newValue)            
 

Method Detail

getDescription

public java.lang.String getDescription()
                                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

setDescription

public void setDescription(java.lang.String newValue)

getVendorName

public java.lang.String getVendorName()
                               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

setVendorName

public void setVendorName(java.lang.String newValue)

getModelName

public java.lang.String getModelName()
                              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

setModelName

public void setModelName(java.lang.String newValue)

getSessionType

public java.lang.String getSessionType()
                                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

setSessionType

public void setSessionType(java.lang.String newValue)

getDeviceModelId

public java.lang.String getDeviceModelId()
                                  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

setDeviceModelId

public void setDeviceModelId(java.lang.String newValue)

getDevModelName

public java.lang.String getDevModelName()
                                 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

setDevModelName

public void setDevModelName(java.lang.String newValue)