com.ibm.commerce.pvcdevices.objects
Interface PVCDeviceSpecAccessBeanData

All Known Implementing Classes:
PVCDeviceSpecAccessBean

public interface PVCDeviceSpecAccessBeanData

This table represents minimum specification of pervasive computing devices which are categorized by PVCMDLSPEC. Records of this table will be set in the appropriate adapter.


Method Summary
 java.lang.String getContentDirectory()
           
 java.lang.String getDescription()
           
 java.lang.String getDocumentFormat()
           
 java.lang.String getDocumentVersion()
           
 java.lang.String getImageFormat()
           
 java.lang.String getLcdColors()
           
 java.lang.String getLcdHeight()
           
 java.lang.String getLcdMomochrome()
           
 java.lang.String getLcdWidth()
           
 java.lang.String getMaxContentLength()
           
 java.lang.String getMaxUrlLength()
           
 java.lang.String getSessionType()
           
 java.lang.String getSoundFormat()
           
 java.lang.String getSpecId()
           
 java.lang.String getSpecName()
           
 void setContentDirectory(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setDocumentFormat(java.lang.String newValue)
           
 void setDocumentVersion(java.lang.String newValue)
           
 void setImageFormat(java.lang.String newValue)
           
 void setLcdColors(java.lang.String newValue)
           
 void setLcdHeight(java.lang.String newValue)
           
 void setLcdMomochrome(java.lang.String newValue)
           
 void setLcdWidth(java.lang.String newValue)
           
 void setMaxContentLength(java.lang.String newValue)
           
 void setMaxUrlLength(java.lang.String newValue)
           
 void setSessionType(java.lang.String newValue)
           
 void setSoundFormat(java.lang.String newValue)
           
 void setSpecId(java.lang.String newValue)
           
 void setSpecName(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)

getContentDirectory

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

setContentDirectory

public void setContentDirectory(java.lang.String newValue)

getMaxContentLength

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

setMaxContentLength

public void setMaxContentLength(java.lang.String newValue)

getLcdMomochrome

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

setLcdMomochrome

public void setLcdMomochrome(java.lang.String newValue)

getDocumentFormat

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

setDocumentFormat

public void setDocumentFormat(java.lang.String newValue)

getSpecId

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

setSpecId

public void setSpecId(java.lang.String newValue)

getMaxUrlLength

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

setMaxUrlLength

public void setMaxUrlLength(java.lang.String newValue)

getLcdWidth

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

setLcdWidth

public void setLcdWidth(java.lang.String newValue)

getSoundFormat

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

setSoundFormat

public void setSoundFormat(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)

getImageFormat

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

setImageFormat

public void setImageFormat(java.lang.String newValue)

getDocumentVersion

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

setDocumentVersion

public void setDocumentVersion(java.lang.String newValue)

getSpecName

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

setSpecName

public void setSpecName(java.lang.String newValue)

getLcdColors

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

setLcdColors

public void setLcdColors(java.lang.String newValue)

getLcdHeight

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

setLcdHeight

public void setLcdHeight(java.lang.String newValue)