com.ibm.commerce.pvcdevices.objects
Class PVCDeviceSpecAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.pvcdevices.objects.PVCDeviceSpecAccessBean
All Implemented Interfaces:
PVCDeviceSpecAccessBeanData

public class PVCDeviceSpecAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements 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.

See Also:
Serialized Form

Constructor Summary
PVCDeviceSpecAccessBean()
          constructor
PVCDeviceSpecAccessBean(javax.ejb.EJBObject o)
          constructor
PVCDeviceSpecAccessBean(java.lang.String arg0, java.lang.String arg1)
          constructor
PVCDeviceSpecAccessBean(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
  PVCDeviceSpecAccessBean findByStoreentSessionTypeAndModelName(java.lang.Integer arg0, java.lang.String arg1, java.lang.String arg2)
          Returns all the PvC Device specifications that match the specified store, session type and model.
 java.lang.String getContentDirectory()
          This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL.
 java.lang.String getDescription()
          This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128).
 java.lang.String getDocumentFormat()
          This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80).
 java.lang.String getDocumentVersion()
          This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8).
 java.lang.String getImageFormat()
          This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80).
 java.lang.String getLcdColors()
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.
 java.lang.Integer getLcdColorsInEJBType()
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.
 java.lang.String getLcdHeight()
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.
 java.lang.Integer getLcdHeightInEJBType()
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.
 java.lang.String getLcdMomochrome()
          This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1).
 java.lang.String getLcdWidth()
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.
 java.lang.Integer getLcdWidthInEJBType()
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.
 java.lang.String getMaxContentLength()
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.
 java.lang.Integer getMaxContentLengthInEJBType()
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.
 java.lang.String getMaxUrlLength()
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.
 java.lang.Integer getMaxUrlLengthInEJBType()
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.
 java.lang.String getSessionType()
          This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32).
 java.lang.String getSoundFormat()
          This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80).
 java.lang.String getSpecId()
          This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getSpecIdInEJBType()
          This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getSpecName()
          This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setContentDirectory(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL.
 void setDescription(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128).
 void setDocumentFormat(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80).
 void setDocumentVersion(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8).
 void setImageFormat(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80).
 void setInitKey_specId(java.lang.String newValue)
          Set the primary key for this object
 void setLcdColors(java.lang.Integer newValue)
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.
 void setLcdColors(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.
 void setLcdHeight(java.lang.Integer newValue)
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.
 void setLcdHeight(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.
 void setLcdMomochrome(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1).
 void setLcdWidth(java.lang.Integer newValue)
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.
 void setLcdWidth(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.
 void setMaxContentLength(java.lang.Integer newValue)
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.
 void setMaxContentLength(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.
 void setMaxUrlLength(java.lang.Integer newValue)
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.
 void setMaxUrlLength(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.
 void setSessionType(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32).
 void setSoundFormat(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80).
 void setSpecId(java.lang.Integer newValue)
          This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 void setSpecId(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 void setSpecName(java.lang.String newValue)
          This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean()
constructor

PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean(javax.ejb.EJBObject o)
                        throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean(java.lang.String arg0,
                               java.lang.String arg1)
                        throws javax.naming.NamingException,
                               javax.ejb.CreateException,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.String
arg1 - java.lang.String
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException

PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean(java.lang.String arg0,
                               java.lang.String arg1,
                               java.lang.String arg2)
                        throws javax.ejb.CreateException,
                               java.rmi.RemoteException,
                               javax.naming.NamingException,
                               javax.ejb.FinderException
constructor
Parameters:
arg0 - java.lang.String
arg1 - java.lang.String
arg2 - java.lang.String
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
Method Detail

findByStoreentSessionTypeAndModelName

public PVCDeviceSpecAccessBean findByStoreentSessionTypeAndModelName(java.lang.Integer arg0,
                                                                     java.lang.String arg1,
                                                                     java.lang.String arg2)
                                                              throws javax.ejb.CreateException,
                                                                     java.rmi.RemoteException,
                                                                     javax.naming.NamingException,
                                                                     javax.ejb.FinderException
Returns all the PvC Device specifications that match the specified store, session type and model.
Returns:
The PvC Device Specification.
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setInitKey_specId

public void setInitKey_specId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
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

This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128).

The following is a description of this column:

Short description of the device specification.

Specified by:
getDescription in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128).

The following is a description of this column:

Short description of the device specification.

Specified by:
setDescription in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getContentDirectory

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

This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL.

The following is a description of this column:

Directory which contains contents for device models of this specification.

Specified by:
getContentDirectory in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setContentDirectory

public void setContentDirectory(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL.

The following is a description of this column:

Directory which contains contents for device models of this specification.

Specified by:
setContentDirectory in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getMaxContentLength

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

This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum content length in bytes.

Specified by:
getMaxContentLength in interface PVCDeviceSpecAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMaxContentLengthInEJBType

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

This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum content length in bytes.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMaxContentLength

public void setMaxContentLength(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum content length in bytes.

Specified by:
setMaxContentLength in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - String
Returns:
void

setMaxContentLength

public void setMaxContentLength(java.lang.Integer newValue)

This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum content length in bytes.

Parameters:
newValue - java.lang.Integer
Returns:
void

getLcdMomochrome

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

This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1).

The following is a description of this column:

Specifies whether the LCD panel has a monochromatic display. Valid values:&l

Specified by:
getLcdMomochrome in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLcdMomochrome

public void setLcdMomochrome(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1).

The following is a description of this column:

Specifies whether the LCD panel has a monochromatic display. Valid values:&l

Specified by:
setLcdMomochrome in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getDocumentFormat

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

This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80).

The following is a description of this column:

The supported document format. For example, HTML, CHTML, HDML, WML, or MML.

Specified by:
getDocumentFormat in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDocumentFormat

public void setDocumentFormat(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80).

The following is a description of this column:

The supported document format. For example, HTML, CHTML, HDML, WML, or MML.

Specified by:
setDocumentFormat in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getSpecId

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

This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to identify the specification.

Specified by:
getSpecId in interface PVCDeviceSpecAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSpecIdInEJBType

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

This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to identify the specification.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSpecId

public void setSpecId(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to identify the specification.

Specified by:
setSpecId in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - String
Returns:
void

setSpecId

public void setSpecId(java.lang.Integer newValue)

This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to identify the specification.

Parameters:
newValue - java.lang.Integer
Returns:
void

getMaxUrlLength

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

This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum URL length in bytes.

Specified by:
getMaxUrlLength in interface PVCDeviceSpecAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMaxUrlLengthInEJBType

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

This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum URL length in bytes.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMaxUrlLength

public void setMaxUrlLength(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum URL length in bytes.

Specified by:
setMaxUrlLength in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - String
Returns:
void

setMaxUrlLength

public void setMaxUrlLength(java.lang.Integer newValue)

This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER.

The following is a description of this column:

The maximum URL length in bytes.

Parameters:
newValue - java.lang.Integer
Returns:
void

getLcdWidth

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

This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.

The following is a description of this column:

Width of the LCD panel in pixels.

Specified by:
getLcdWidth in interface PVCDeviceSpecAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLcdWidthInEJBType

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

This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.

The following is a description of this column:

Width of the LCD panel in pixels.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLcdWidth

public void setLcdWidth(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.

The following is a description of this column:

Width of the LCD panel in pixels.

Specified by:
setLcdWidth in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - String
Returns:
void

setLcdWidth

public void setLcdWidth(java.lang.Integer newValue)

This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER.

The following is a description of this column:

Width of the LCD panel in pixels.

Parameters:
newValue - java.lang.Integer
Returns:
void

getSoundFormat

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

This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80).

The following is a description of this column:

Supported sound formats. For example, WAV or MIDI.

Specified by:
getSoundFormat in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSoundFormat

public void setSoundFormat(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80).

The following is a description of this column:

Supported sound formats. For example, WAV or MIDI.

Specified by:
setSoundFormat in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getSessionType

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

This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32).

The following is a description of this column:

Type of carrier. For example, iMode. This column is &l

Specified by:
getSessionType in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSessionType

public void setSessionType(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32).

The following is a description of this column:

Type of carrier. For example, iMode. This column is &l

Specified by:
setSessionType in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getImageFormat

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

This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80).

The following is a description of this column:

The supported image formats. For example, JPG, GIF, or BMP.

Specified by:
getImageFormat in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setImageFormat

public void setImageFormat(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80).

The following is a description of this column:

The supported image formats. For example, JPG, GIF, or BMP.

Specified by:
setImageFormat in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getDocumentVersion

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

This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8).

The following is a description of this column:

The supported document version. For example 1.0, 2.0, or 3.0.

Specified by:
getDocumentVersion in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDocumentVersion

public void setDocumentVersion(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8).

The following is a description of this column:

The supported document version. For example 1.0, 2.0, or 3.0.

Specified by:
setDocumentVersion in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getSpecName

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

This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.

The following is a description of this column:

Name of the specification.

Specified by:
getSpecName in interface PVCDeviceSpecAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSpecName

public void setSpecName(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.

The following is a description of this column:

Name of the specification.

Specified by:
setSpecName in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getLcdColors

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

This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.

The following is a description of this column:

Number of colors the LCD panel can display.

Specified by:
getLcdColors in interface PVCDeviceSpecAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLcdColorsInEJBType

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

This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.

The following is a description of this column:

Number of colors the LCD panel can display.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLcdColors

public void setLcdColors(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.

The following is a description of this column:

Number of colors the LCD panel can display.

Specified by:
setLcdColors in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - String
Returns:
void

setLcdColors

public void setLcdColors(java.lang.Integer newValue)

This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER.

The following is a description of this column:

Number of colors the LCD panel can display.

Parameters:
newValue - java.lang.Integer
Returns:
void

getLcdHeight

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

This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.

The following is a description of this column:

Height of the LCD panel in pixels.

Specified by:
getLcdHeight in interface PVCDeviceSpecAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLcdHeightInEJBType

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

This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.

The following is a description of this column:

Height of the LCD panel in pixels.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLcdHeight

public void setLcdHeight(java.lang.String newValue)

This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.

The following is a description of this column:

Height of the LCD panel in pixels.

Specified by:
setLcdHeight in interface PVCDeviceSpecAccessBeanData
Parameters:
newValue - String
Returns:
void

setLcdHeight

public void setLcdHeight(java.lang.Integer newValue)

This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER.

The following is a description of this column:

Height of the LCD panel in pixels.

Parameters:
newValue - java.lang.Integer
Returns:
void