com.ibm.commerce.pvcdevices.beans
Class PVCDeviceSpecDataBean

com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecDataBean
All Implemented Interfaces:
Delegator

public class PVCDeviceSpecDataBean
implements Delegator

This bean provides data from the PVCDEVSPEC table.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
PVCDeviceSpecDataBean()
          Default constructor
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getContentDirectory()
          This method returns value corresponding to the PVCDEVSPEC.CONTENTDIR
 java.lang.String getDataBeanKeySpecId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getDescription()
          This method returns value corresponding to the PVCDEVSPEC.DESCRIPTION
 java.lang.String getDocumentFormat()
          This method returns value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT
 java.lang.String getDocumentVersion()
          This method returns value corresponding to the PVCDEVSPEC.DOCUMENTVERSION
 java.lang.String getImageFormat()
          This method returns value corresponding to the PVCDEVSPEC.IMAGEFORMAT
 java.lang.String getLcdColors()
          This method returns value corresponding to the PVCDEVSPEC.LCDCOLORS
 java.lang.Integer getLcdColorsInEJBType()
          Returns Integer value corresponding to the LCDCOLORS
 java.lang.String getLcdHeight()
          This method returns value corresponding to the PVCDEVSPEC.LCDHEIGHT
 java.lang.Integer getLcdHeightInEJBType()
          Returns Integer value corresponding to the LCDHEIGHT
 java.lang.String getLcdMomochrome()
          This method returns value corresponding to the PVCDEVSPEC.LCDMONOCHROME
 java.lang.String getLcdWidth()
          This method returns value corresponding to the PVCDEVSPEC.LCDWIDTH
 java.lang.Integer getLcdWidthInEJBType()
          Returns Integer values corresponding to the LCDWIDTH
 java.lang.String getMaxContentLength()
          This method returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH
 java.lang.Integer getMaxContentLengthInEJBType()
          This method returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH
 java.lang.String getMaxUrlLength()
          This method returns value corresponding to the PVCDEVSPEC.MAXURLLENGTH
 java.lang.Integer getMaxUrlLengthInEJBType()
          Returns Integer value corresponding to the MAXURLLENGTH
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSessionType()
          This method returns value corresponding to the PVCDEVSPEC.SESSIONTYPE
 java.lang.String getSoundFormat()
          This method returns value corresponding to the PVCDEVSPEC.SOUNDFORMAT
 java.lang.String getSpecId()
          This method gets value corresponding to the PVCDEVSPEC.SPEC_ID
 java.lang.Integer getSpecIdInEJBType()
          Returns Integer value corresponding to the SPEC_ID
 java.lang.String getSpecName()
          This method returns value corresponding to the PVCDEVSPEC.SPECNAME
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setContentDirectory(java.lang.String aContentDirectory)
          This method sets value corresponding to the PVCDEVSPEC.CONTENTDIR
 void setDataBeanKeySpecId(java.lang.String aDataBeanKeySpecId)
          Set its primary key for fetching.
 void setDescription(java.lang.String aDescription)
          This method sets value corresponding to the PVCDEVSPEC.DESCRIPTION
 void setDocumentFormat(java.lang.String aDocumentFormat)
          This method sets value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT
 void setDocumentVersion(java.lang.String aDocumentVersion)
          This method sets value corresponding to the PVCDEVSPEC.DOCUMENTVERSION
 void setImageFormat(java.lang.String aImageFormat)
          This method sets value corresponding to the PVCDEVSPEC.IMAGEFORMAT
 void setLcdColors(java.lang.Integer aLcdColors)
          This method sets value corresponding to the PVCDEVSPEC.LCDCOLORS
 void setLcdHeight(java.lang.Integer aLcdHeight)
          This method sets value corresponding to the PVCDEVSPEC.LCDHEIGHT
 void setLcdMomochrome(java.lang.String aLcdMomochrome)
          This method sets value corresponding to the PVCDEVSPEC.LCDMONOCHROME
 void setLcdWidth(java.lang.Integer aLcdWidth)
          This method sets value corresponding to the PVCDEVSPEC.LCDWIDTH
 void setMaxContentLength(java.lang.Integer aMaxContentLength)
          This method sets value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH
 void setMaxUrlLength(java.lang.Integer aMaxUrlLength)
          This method sets value corresponding to the PVCDEVSPEC.MAXURLLENGTH
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSessionType(java.lang.String aSessionType)
          This method sets value corresponding to the PVCDEVSPEC.SESSIONTYPE
 void setSoundFormat(java.lang.String aSoundFormat)
          This method sets value corresponding to the PVCDEVSPEC.SOUNDFORMAT
 void setSpecId(java.lang.Integer aSpecId)
          This method sets value corresponding to the PVCDEVSPEC.SPEC_ID
 void setSpecName(java.lang.String aSpecName)
          This method sets value corresponding to the PVCDEVSPEC.SPECNAME
 

Constructor Detail

PVCDeviceSpecDataBean

public PVCDeviceSpecDataBean()

Default constructor

Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getContentDirectory

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

This method returns value corresponding to the PVCDEVSPEC.CONTENTDIR

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

getDataBeanKeySpecId

public java.lang.String getDataBeanKeySpecId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getDescription

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

This method returns value corresponding to the PVCDEVSPEC.DESCRIPTION

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 returns value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT

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 returns value corresponding to the PVCDEVSPEC.DOCUMENTVERSION

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 returns value corresponding to the PVCDEVSPEC.IMAGEFORMAT

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 returns value corresponding to the PVCDEVSPEC.LCDCOLORS

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

Returns Integer value corresponding to the LCDCOLORS

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 returns value corresponding to the PVCDEVSPEC.LCDHEIGHT

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

Returns Integer value corresponding to the LCDHEIGHT

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 returns value corresponding to the PVCDEVSPEC.LCDMONOCHROME

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 returns value corresponding to the PVCDEVSPEC.LCDWIDTH

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

Returns Integer values corresponding to the LCDWIDTH

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 returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH

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 returns value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH

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 returns value corresponding to the PVCDEVSPEC.MAXURLLENGTH

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

Returns Integer value corresponding to the MAXURLLENGTH

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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getSessionType

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

This method returns value corresponding to the PVCDEVSPEC.SESSIONTYPE

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 returns value corresponding to the PVCDEVSPEC.SOUNDFORMAT

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 gets value corresponding to the PVCDEVSPEC.SPEC_ID

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

Returns Integer value corresponding to the SPEC_ID

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 returns value corresponding to the PVCDEVSPEC.SPECNAME

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

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setContentDirectory

public void setContentDirectory(java.lang.String aContentDirectory)

This method sets value corresponding to the PVCDEVSPEC.CONTENTDIR

Parameters:
aContentDirectory - java.lang.String - content directory
Returns:
void

setDataBeanKeySpecId

public void setDataBeanKeySpecId(java.lang.String aDataBeanKeySpecId)

Set its primary key for fetching.

Parameters:
aDataBeanKeySpecId - java.lang.String - primary key
Returns:
void

setDescription

public void setDescription(java.lang.String aDescription)

This method sets value corresponding to the PVCDEVSPEC.DESCRIPTION

Parameters:
aDescription - java.lang.String - the description
Returns:
void

setDocumentFormat

public void setDocumentFormat(java.lang.String aDocumentFormat)

This method sets value corresponding to the PVCDEVSPEC.DOCUMENTFORMAT

Parameters:
aDocumentFormat - java.lang.String - document format
Returns:
void

setDocumentVersion

public void setDocumentVersion(java.lang.String aDocumentVersion)

This method sets value corresponding to the PVCDEVSPEC.DOCUMENTVERSION

Parameters:
aDocumentVersion - java.lang.String - the document version
Returns:
void

setImageFormat

public void setImageFormat(java.lang.String aImageFormat)

This method sets value corresponding to the PVCDEVSPEC.IMAGEFORMAT

Parameters:
aImageFormat - java.lang.String - the image format
Returns:
void

setLcdColors

public void setLcdColors(java.lang.Integer aLcdColors)

This method sets value corresponding to the PVCDEVSPEC.LCDCOLORS

Parameters:
aLcdColors - java.lang.Integer - the LCD colors
Returns:
void

setLcdHeight

public void setLcdHeight(java.lang.Integer aLcdHeight)

This method sets value corresponding to the PVCDEVSPEC.LCDHEIGHT

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

setLcdMomochrome

public void setLcdMomochrome(java.lang.String aLcdMomochrome)

This method sets value corresponding to the PVCDEVSPEC.LCDMONOCHROME

Parameters:
aLcdMomochrome - java.lang.String - LCD monochrome value
Returns:
void

setLcdWidth

public void setLcdWidth(java.lang.Integer aLcdWidth)

This method sets value corresponding to the PVCDEVSPEC.LCDWIDTH

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

setMaxContentLength

public void setMaxContentLength(java.lang.Integer aMaxContentLength)

This method sets value corresponding to the PVCDEVSPEC.MAXCONTENTLENGTH

Parameters:
aMaxContentLength - java.lang.Integer - the maximum content length
Returns:
void

setMaxUrlLength

public void setMaxUrlLength(java.lang.Integer aMaxUrlLength)

This method sets value corresponding to the PVCDEVSPEC.MAXURLLENGTH

Parameters:
aMaxUrlLength - java.lang.Integer - the maximum length for URL
Returns:
void

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
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

setSessionType

public void setSessionType(java.lang.String aSessionType)

This method sets value corresponding to the PVCDEVSPEC.SESSIONTYPE

Parameters:
aSessionType - java.lang.String - the session type
Returns:
void

setSoundFormat

public void setSoundFormat(java.lang.String aSoundFormat)

This method sets value corresponding to the PVCDEVSPEC.SOUNDFORMAT

Parameters:
aSoundFormat - java.lang.String - sound format
Returns:
void

setSpecId

public void setSpecId(java.lang.Integer aSpecId)

This method sets value corresponding to the PVCDEVSPEC.SPEC_ID

Parameters:
aSpecId - java.lang.Integer - the specification ID
Returns:
void

setSpecName

public void setSpecName(java.lang.String aSpecName)

This method sets value corresponding to the PVCDEVSPEC.SPECNAME

Parameters:
aSpecName - java.lang.String - the spec. name
Returns:
void