public class PVCDeviceSpecDataBean
extends com.ibm.commerce.pvcdevices.beansrc.PVCDeviceSpecDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString| Constructor and Description |
|---|
PVCDeviceSpecDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeySpecId()
The PvC specification identifier.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeySpecId(java.lang.String aSpecId)
Sets the PvC specification identifier.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByStoreentSessionTypeAndModelName, getContentDirectory, getDescription, getDocumentFormat, getDocumentVersion, getEntity, getImageFormat, getLcdColors, getLcdColorsInEntityType, getLcdHeight, getLcdHeightInEntityType, getLcdMomochrome, getLcdWidth, getLcdWidthInEntityType, getMaxContentLength, getMaxContentLengthInEntityType, getMaxUrlLength, getMaxUrlLengthInEntityType, getSessionType, getSoundFormat, getSpecId, getSpecIdInEntityType, getSpecName, instantiateEntity, setContentDirectory, setDescription, setDocumentFormat, setDocumentVersion, setImageFormat, setInitKey_specId, setInitKey_specId, setLcdColors, setLcdColors, setLcdHeight, setLcdHeight, setLcdMomochrome, setLcdWidth, setLcdWidth, setMaxContentLength, setMaxContentLength, setMaxUrlLength, setMaxUrlLength, setSessionType, setSoundFormat, setSpecId, setSpecId, setSpecNamepublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeySpecId()
getDataBeanKeySpecId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - if there is a problem retrieving the data.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context.public void setDataBeanKeySpecId(java.lang.String aSpecId)
setDataBeanKeySpecId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecInputDataBeanaSpecId - the PvC specification identifier.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request properties.