|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.objects.PVCDeviceModelBean
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.
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 |
public PVCDeviceModelBean()
Default Constructor
Method Detail |
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.
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.
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.
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.
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.
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.
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.
aDescription
- java.lang.Stringpublic 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.
aDeviceModelId
- java.lang.Integerpublic 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.
aDevModelName
- java.lang.Stringpublic 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.
aModelName
- java.lang.Stringpublic 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.
aSessionType
- java.lang.Stringpublic 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.
aVendorName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |