com.ibm.commerce.pvcdevices.objects
Class PVCDeviceSpecAccessBean

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

public class PVCDeviceSpecAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements PVCDeviceSpecAccessBeanData

This bean provides access to the PVCDEVSPEC table.

The following is a description of this table:

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

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
PVCDeviceSpecAccessBean()
          Default constructor.
PVCDeviceSpecAccessBean(javax.ejb.EJBObject ejbObject)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
PVCDeviceSpecAccessBean(java.lang.String specName, java.lang.String contentDir)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
PVCDeviceSpecAccessBean(java.lang.String specName, java.lang.String sessionType, java.lang.String contentDir)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 PVCDeviceSpecAccessBean findByStoreentSessionTypeAndModelName(java.lang.Integer storeent, java.lang.String sessionType, java.lang.String modelName)
          Returns PVCDeviceSpecAccessBean found on the base of provided values for StoreentSessionType and ModelName
 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) NULL.
 java.lang.String getDocumentFormat()
          This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80) NULL.
 java.lang.String getDocumentVersion()
          This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8) NULL.
 java.lang.String getImageFormat()
          This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80) NULL.
 java.lang.String getLcdColors()
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER NULL.
 java.lang.Integer getLcdColorsInEJBType()
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER NULL.
 java.lang.String getLcdHeight()
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER NULL.
 java.lang.Integer getLcdHeightInEJBType()
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER NULL.
 java.lang.String getLcdMomochrome()
          This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1) NULL.
 java.lang.String getLcdWidth()
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER NULL.
 java.lang.Integer getLcdWidthInEJBType()
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER NULL.
 java.lang.String getMaxContentLength()
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER NULL.
 java.lang.Integer getMaxContentLengthInEJBType()
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER NULL.
 java.lang.String getMaxUrlLength()
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER NULL.
 java.lang.Integer getMaxUrlLengthInEJBType()
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER NULL.
 java.lang.String getSessionType()
          This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32) NULL.
 java.lang.String getSoundFormat()
          This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80) NULL.
 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.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setContentDirectory(java.lang.String aContentDirectory)
          This method provides access to the PVCDEVSPEC.CONTENTDIR column of DB2 type VARCHAR(80) NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the PVCDEVSPEC.DESCRIPTION column of DB2 type VARCHAR(128) NULL.
 void setDocumentFormat(java.lang.String aDocumentFormat)
          This method provides access to the PVCDEVSPEC.DOCUMENTFORMAT column of DB2 type VARCHAR(80) NULL.
 void setDocumentVersion(java.lang.String aDocumentVersion)
          This method provides access to the PVCDEVSPEC.DOCUMENTVERSION column of DB2 type VARCHAR(8) NULL.
 void setImageFormat(java.lang.String aImageFormat)
          This method provides access to the PVCDEVSPEC.IMAGEFORMAT column of DB2 type VARCHAR(80) NULL.
 void setInitKey_specId(java.lang.String aInitKey_specId)
          Set the primary key for this object
 void setLcdColors(java.lang.Integer aLcdColors)
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER NULL.
 void setLcdColors(java.lang.String aLcdColors)
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER NULL.
 void setLcdHeight(java.lang.Integer aLcdHeight)
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER NULL.
 void setLcdHeight(java.lang.String aLcdHeight)
          This method provides access to the PVCDEVSPEC.LCDHEIGHT column of DB2 type INTEGER NULL.
 void setLcdMomochrome(java.lang.String aLcdMomochrome)
          This method provides access to the PVCDEVSPEC.LCDMONOCHROME column of DB2 type CHAR(1) NULL.
 void setLcdWidth(java.lang.Integer aLcdWidth)
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER NULL.
 void setLcdWidth(java.lang.String aLcdWidth)
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER NULL.
 void setMaxContentLength(java.lang.Integer aMaxContentLength)
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER NULL.
 void setMaxContentLength(java.lang.String aMaxContentLength)
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER NULL.
 void setMaxUrlLength(java.lang.Integer aMaxUrlLength)
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER NULL.
 void setMaxUrlLength(java.lang.String aMaxUrlLength)
          This method provides access to the PVCDEVSPEC.MAXURLLENGTH column of DB2 type INTEGER NULL.
 void setSessionType(java.lang.String aSessionType)
          This method provides access to the PVCDEVSPEC.SESSIONTYPE column of DB2 type VARCHAR(32) NULL.
 void setSoundFormat(java.lang.String aSoundFormat)
          This method provides access to the PVCDEVSPEC.SOUNDFORMAT column of DB2 type VARCHAR(80) NULL.
 void setSpecId(java.lang.Integer aSpecId)
          This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 void setSpecId(java.lang.String aSpecId)
          This method provides access to the PVCDEVSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 void setSpecName(java.lang.String aSpecName)
          This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean()

Default constructor. Maps to findByPrimaryKey.


PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean(javax.ejb.EJBObject ejbObject)
                        throws java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
ejbObject - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

PVCDeviceSpecAccessBean

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

Maps to a corresponding ejbCreate method in the home interface of the EJB

Provided parameters are specName and Content Directory

Parameters:
specName - java.lang.String
contentDir - java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

PVCDeviceSpecAccessBean

public PVCDeviceSpecAccessBean(java.lang.String specName,
                               java.lang.String sessionType,
                               java.lang.String contentDir)
                        throws javax.ejb.CreateException,
                               java.rmi.RemoteException,
                               javax.naming.NamingException,
                               javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Provided parameters are specName, sessionType and contentDir

Parameters:
specName - java.lang.String
sessionType - java.lang.String
contentDir - java.lang.String
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
Method Detail

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).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreentSessionTypeAndModelName

public PVCDeviceSpecAccessBean findByStoreentSessionTypeAndModelName(java.lang.Integer storeent,
                                                                     java.lang.String sessionType,
                                                                     java.lang.String modelName)
                                                              throws javax.ejb.CreateException,
                                                                     java.rmi.RemoteException,
                                                                     javax.naming.NamingException,
                                                                     javax.ejb.FinderException

Returns PVCDeviceSpecAccessBean found on the base of provided values for StoreentSessionType and ModelName

Parameters:
storeent - java.lang.Integer
sessionType - java.lang.String
modelName - java.lang.String
Returns:
com.ibm.commerce.pvcdevices.objects.PVCDeviceSpecAccessBean
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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 NULL.

The following is a description of this column:

Number of colors the LCD panel can display.

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

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 NULL.

The following is a description of this column:

Number of colors the LCD panel can display.

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

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 NULL.

The following is a description of this column:

Height of the LCD panel in pixels.

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

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 NULL.

The following is a description of this column:

Height of the LCD panel in pixels.

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

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) NULL.

The following is a description of this column:

Specifies whether the LCD panel has a monochromatic display. Valid values are 0 (No) or 1 (Yes ).

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

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 NULL.

The following is a description of this column:

Width of the LCD panel in pixels.

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

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 NULL.

The following is a description of this column:

Width of the LCD panel in pixels.

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

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 NULL.

The following is a description of this column:

The maximum content length in bytes.

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

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 NULL.

The following is a description of this column:

The maximum content length in bytes.

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

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 NULL.

The following is a description of this column:

The maximum URL length in bytes.

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

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 NULL.

The following is a description of this column:

The maximum URL length in bytes.

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

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) NULL.

The following is a description of this column:

Type of carrier. For example, iMode. This column is deprecated and is provided for backward compatibility only.

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setContentDirectory

public void setContentDirectory(java.lang.String aContentDirectory)

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:
aContentDirectory - java.lang.String
Returns:
void

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

Short description of the device specification.

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

setDocumentFormat

public void setDocumentFormat(java.lang.String aDocumentFormat)

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

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:
aDocumentFormat - java.lang.String
Returns:
void

setDocumentVersion

public void setDocumentVersion(java.lang.String aDocumentVersion)

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

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:
aDocumentVersion - java.lang.String
Returns:
void

setImageFormat

public void setImageFormat(java.lang.String aImageFormat)

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

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:
aImageFormat - java.lang.String
Returns:
void

setInitKey_specId

public void setInitKey_specId(java.lang.String aInitKey_specId)

Set the primary key for this object

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

setLcdColors

public void setLcdColors(java.lang.Integer aLcdColors)

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

The following is a description of this column:

Number of colors the LCD panel can display.

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

setLcdColors

public void setLcdColors(java.lang.String aLcdColors)

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

The following is a description of this column:

Number of colors the LCD panel can display.

Specified by:
setLcdColors in interface PVCDeviceSpecAccessBeanData
Parameters:
aLcdColors - java.lang.String
Returns:
void

setLcdHeight

public void setLcdHeight(java.lang.Integer aLcdHeight)

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

The following is a description of this column:

Height of the LCD panel in pixels.

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

setLcdHeight

public void setLcdHeight(java.lang.String aLcdHeight)

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

The following is a description of this column:

Height of the LCD panel in pixels.

Specified by:
setLcdHeight in interface PVCDeviceSpecAccessBeanData
Parameters:
aLcdHeight - java.lang.String
Returns:
void

setLcdMomochrome

public void setLcdMomochrome(java.lang.String aLcdMomochrome)

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

The following is a description of this column:

Specifies whether the LCD panel has a monochromatic display. Valid values are 0 (No) or 1 (Yes ).

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

setLcdWidth

public void setLcdWidth(java.lang.Integer aLcdWidth)

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

The following is a description of this column:

Width of the LCD panel in pixels.

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

setLcdWidth

public void setLcdWidth(java.lang.String aLcdWidth)

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

The following is a description of this column:

Width of the LCD panel in pixels.

Specified by:
setLcdWidth in interface PVCDeviceSpecAccessBeanData
Parameters:
aLcdWidth - java.lang.String
Returns:
void

setMaxContentLength

public void setMaxContentLength(java.lang.Integer aMaxContentLength)

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

The following is a description of this column:

The maximum content length in bytes.

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

setMaxContentLength

public void setMaxContentLength(java.lang.String aMaxContentLength)

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

The following is a description of this column:

The maximum content length in bytes.

Specified by:
setMaxContentLength in interface PVCDeviceSpecAccessBeanData
Parameters:
aMaxContentLength - java.lang.String
Returns:
void

setMaxUrlLength

public void setMaxUrlLength(java.lang.Integer aMaxUrlLength)

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

The following is a description of this column:

The maximum URL length in bytes.

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

setMaxUrlLength

public void setMaxUrlLength(java.lang.String aMaxUrlLength)

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

The following is a description of this column:

The maximum URL length in bytes.

Specified by:
setMaxUrlLength in interface PVCDeviceSpecAccessBeanData
Parameters:
aMaxUrlLength - java.lang.String
Returns:
void

setSessionType

public void setSessionType(java.lang.String aSessionType)

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

The following is a description of this column:

Type of carrier. For example, iMode. This column is deprecated and is provided for backward compatibility only.

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

setSoundFormat

public void setSoundFormat(java.lang.String aSoundFormat)

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

The following is a description of this column:

Supported sound formats. For example, WAV or MIDI.

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

setSpecId

public void setSpecId(java.lang.Integer aSpecId)

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:
aSpecId - java.lang.Integer
Returns:
void

setSpecId

public void setSpecId(java.lang.String aSpecId)

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:
aSpecId - java.lang.String
Returns:
void

setSpecName

public void setSpecName(java.lang.String aSpecName)

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:
aSpecName - java.lang.String
Returns:
void