public class PVCDeviceMdlSpecDataBean
extends com.ibm.commerce.pvcdevices.beansrc.PVCDeviceMdlSpecDataBeanBase
implements com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString| Constructor and Description |
|---|
PVCDeviceMdlSpecDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMdlSpcId()
Returns the identifier of the model and specification relationship.
|
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 |
setDataBeanKeyMdlSpcId(java.lang.String aMdlSpcId)
Sets the model-specification relationship identifier.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetEntity, getMdlSpcId, getMdlSpcIdInEntityType, getModelId, getModelIdInEntityType, getSpecId, getSpecIdInEntityType, getStoreentId, getStoreentIdInEntityType, instantiateEntity, setInitKey_mdlSpcId, setInitKey_mdlSpcId, setMdlSpcId, setMdlSpcId, setModelId, setModelId, setSpecId, setSpecId, setStoreentId, setStoreentIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaTypedProperty - the request properties.public java.lang.String getDataBeanKeyMdlSpcId()
getDataBeanKeyMdlSpcId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - the command context.public void setDataBeanKeyMdlSpcId(java.lang.String aMdlSpcId)
setDataBeanKeyMdlSpcId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecInputDataBeanaMdlSpcId - the identifier of the model-specification relationship.public void populate()
populate in interface SmartDataBeanjava.lang.Exception - if there was a problem retrieving the data from the database.