com.ibm.commerce.pvcdevices.objects
Class PVCDeviceSpecBean

com.ibm.commerce.pvcdevices.objects.PVCDeviceSpecBean
All Implemented Interfaces:
java.io.Serializable

public class PVCDeviceSpecBean
implements java.io.Serializable

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

Constructor Summary
PVCDeviceSpecBean()
           Default Constructor
 
Method Summary
 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.Integer getLcdColors()
          This method provides access to the PVCDEVSPEC.LCDCOLORS column of DB2 type INTEGER NULL.
 java.lang.Integer getLcdHeight()
          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.Integer getLcdWidth()
          This method provides access to the PVCDEVSPEC.LCDWIDTH column of DB2 type INTEGER NULL.
 java.lang.Integer getMaxContentLength()
          This method provides access to the PVCDEVSPEC.MAXCONTENTLENGTH column of DB2 type INTEGER NULL.
 java.lang.Integer getMaxUrlLength()
          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.Integer getSpecId()
          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 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 setLcdColors(java.lang.Integer 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 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 setMaxContentLength(java.lang.Integer 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 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 setSpecName(java.lang.String aSpecName)
          This method provides access to the PVCDEVSPEC.SPECNAME column of DB2 type VARCHAR(80) NOT NULL.
 

Constructor Detail

PVCDeviceSpecBean

public PVCDeviceSpecBean()

Default Constructor

Method Detail

getContentDirectory

public java.lang.String getContentDirectory()

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.

Returns:
java.lang.String

getDescription

public java.lang.String getDescription()

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.

Returns:
java.lang.String

getDocumentFormat

public java.lang.String getDocumentFormat()

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.

Returns:
java.lang.String

getDocumentVersion

public java.lang.String getDocumentVersion()

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)

Returns:
java.lang.String

getImageFormat

public java.lang.String getImageFormat()

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.

Returns:
java.lang.String

getLcdColors

public java.lang.Integer getLcdColors()

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

getLcdHeight

public java.lang.Integer getLcdHeight()

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

getLcdMomochrome

public java.lang.String getLcdMomochrome()

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

Returns:
java.lang.String

getLcdWidth

public java.lang.Integer getLcdWidth()

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

getMaxContentLength

public java.lang.Integer getMaxContentLength()

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

getMaxUrlLength

public java.lang.Integer getMaxUrlLength()

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

getSessionType

public java.lang.String getSessionType()

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.

Returns:
java.lang.String

getSoundFormat

public java.lang.String getSoundFormat()

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.

Returns:
java.lang.String

getSpecId

public java.lang.Integer getSpecId()

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

getSpecName

public java.lang.String getSpecName()

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.

Returns:
java.lang.String

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.

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.

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.

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)

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.

Parameters:
aImageFormat - 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

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

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

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

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

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

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.

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.

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

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.

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