com.ibm.commerce.pvcdevices.objects
Class PVCDeviceModelBean

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

public class PVCDeviceModelBean
implements java.io.Serializable

This bean provides access to the PVCDEVMDL table.

The following is a description of this table:

This table stores device model information. Records will be looked up by value returned by the WebSphere Commerce pervasive computing (PvC) adapter. Each subclass of PVCAdapterImpl is responsible to get a device model name from the HTTP request.

See Also:
Serialized Form

Constructor Summary
PVCDeviceModelBean()
           Default Constructor
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the PVCDEVMDL.DESCRIPTION column of DB2 type VARCHAR(128) NULL.
 java.lang.Integer getDeviceModelId()
          This method provides access to the PVCDEVMDL.MODEL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getDevModelName()
          This method provides access to the PVCDEVMDL.DEVMDLNAME column of DB2 type VARCHAR(128) NULL.
 java.lang.String getModelName()
          This method provides access to the PVCDEVMDL.DEVMDLNAME column of DB2 type VARCHAR(128) NULL.
 java.lang.String getSessionType()
          This method provides access to the PVCDEVMDL.SESSIONTYPE column of DB2 type VARCHAR(32) NOT NULL.
 java.lang.String getVendorName()
          This method provides access to the PVCDEVMDL.VENDOR column of DB2 type VARCHAR(80) NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the PVCDEVMDL.DESCRIPTION column of DB2 type VARCHAR(128) NULL.
 void setDeviceModelId(java.lang.Integer aDeviceModelId)
          This method provides access to the PVCDEVMDL.MODEL_ID column of DB2 type INTEGER NOT NULL.
 void setDevModelName(java.lang.String aDevModelName)
          This method provides access to the PVCDEVMDL.DEVMDLNAME column of DB2 type VARCHAR(128) NULL.
 void setModelName(java.lang.String aModelName)
          This method provides access to the PVCDEVMDL.DEVMDLNAME column of DB2 type VARCHAR(128) NULL.
 void setSessionType(java.lang.String aSessionType)
          This method provides access to the PVCDEVMDL.SESSIONTYPE column of DB2 type VARCHAR(32) NOT NULL.
 void setVendorName(java.lang.String aVendorName)
          This method provides access to the PVCDEVMDL.VENDOR column of DB2 type VARCHAR(80) NULL.
 

Constructor Detail

PVCDeviceModelBean

public PVCDeviceModelBean()

Default Constructor

Method Detail

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

Short description of the device model.

Returns:
java.lang.String

getDeviceModelId

public java.lang.Integer getDeviceModelId()

This method provides access to the PVCDEVMDL.MODEL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number.

Returns:
java.lang.Integer

getDevModelName

public java.lang.String getDevModelName()

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

The following is a description of this column:

The model name. A NULL value means default for devices which have the same SESSION_TYPE.

Returns:
java.lang.String

getModelName

public java.lang.String getModelName()

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

The following is a description of this column:

The model name. A NULL value means default for devices which have the same SESSION_TYPE.

Returns:
java.lang.String

getSessionType

public java.lang.String getSessionType()

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

The following is a description of this column:

Type of carrier. For example, iMode.

Returns:
java.lang.String

getVendorName

public java.lang.String getVendorName()

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

The following is a description of this column:

Vendor name of this model.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

Short description of the device model.

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

setDeviceModelId

public void setDeviceModelId(java.lang.Integer aDeviceModelId)

This method provides access to the PVCDEVMDL.MODEL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number.

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

setDevModelName

public void setDevModelName(java.lang.String aDevModelName)

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

The following is a description of this column:

The model name. A NULL value means default for devices which have the same SESSION_TYPE.

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

setModelName

public void setModelName(java.lang.String aModelName)

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

The following is a description of this column:

The model name. A NULL value means default for devices which have the same SESSION_TYPE.

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

setSessionType

public void setSessionType(java.lang.String aSessionType)

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

The following is a description of this column:

Type of carrier. For example, iMode.

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

setVendorName

public void setVendorName(java.lang.String aVendorName)

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

The following is a description of this column:

Vendor name of this model.

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