public class PVCDeviceModelDataBean
extends com.ibm.commerce.pvcdevices.beansrc.PVCDeviceModelDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.PVCDeviceModelInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceModelSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString| Constructor and Description |
|---|
PVCDeviceModelDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyDeviceModelId()
Gets the device model 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 |
setDataBeanKeyDeviceModelId(java.lang.String aDeviceModelId)
Sets the device model identifier.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindBySessionTypeAndDefaultModelName, findBySessionTypeAndModelName, getDescription, getDeviceModelId, getDeviceModelIdInEntityType, getDevModelName, getEntity, getModelName, getSessionType, getVendorName, instantiateEntity, setDescription, setDeviceModelId, setDeviceModelId, setDevModelName, setInitKey_deviceModelId, setInitKey_deviceModelId, setModelName, setSessionType, setVendorNamepublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyDeviceModelId()
getDataBeanKeyDeviceModelId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceModelSmartDataBeanpublic 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 setDataBeanKeyDeviceModelId(java.lang.String aDeviceModelId)
setDataBeanKeyDeviceModelId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceModelInputDataBeanaDeviceModelId - the device model identifier.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request properties.