com.ibm.commerce.pvcdevices.objects
Interface PVCDeviceSpecAccessBeanData

All Known Implementing Classes:
PVCDeviceSpecAccessBean

public interface PVCDeviceSpecAccessBeanData


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

getContentDirectory

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

getDescription

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

getDocumentFormat

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

getDocumentVersion

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

getImageFormat

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

getLcdColors

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

getLcdHeight

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

getLcdMomochrome

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

getLcdWidth

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

getMaxContentLength

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

getMaxUrlLength

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

getSessionType

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

getSoundFormat

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

getSpecId

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

getSpecName

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

setContentDirectory

public void setContentDirectory(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setDocumentFormat

public void setDocumentFormat(java.lang.String newValue)

setDocumentVersion

public void setDocumentVersion(java.lang.String newValue)

setImageFormat

public void setImageFormat(java.lang.String newValue)

setLcdColors

public void setLcdColors(java.lang.String newValue)

setLcdHeight

public void setLcdHeight(java.lang.String newValue)

setLcdMomochrome

public void setLcdMomochrome(java.lang.String newValue)

setLcdWidth

public void setLcdWidth(java.lang.String newValue)

setMaxContentLength

public void setMaxContentLength(java.lang.String newValue)

setMaxUrlLength

public void setMaxUrlLength(java.lang.String newValue)

setSessionType

public void setSessionType(java.lang.String newValue)

setSoundFormat

public void setSoundFormat(java.lang.String newValue)

setSpecId

public void setSpecId(java.lang.String newValue)

setSpecName

public void setSpecName(java.lang.String newValue)