com.ibm.commerce.pvcdevices.beans

Class PVCDeviceMdlSpecDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecSmartDataBean, Delegator, java.io.Serializable


    public class PVCDeviceMdlSpecDataBean
    extends com.ibm.commerce.pvcdevices.beansrc.PVCDeviceMdlSpecDataBeanBase
    implements com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecSmartDataBean
    A databean that contains different model-spec mapping for each stores. The data stored for this bean can be found in the PVCMDLSPEC table. PVCMDLSPEC represents relationship among the PvC device data and the PvC device specification data.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PVCDeviceMdlSpecDataBean

        public PVCDeviceMdlSpecDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aTypedProperty - the request properties.
      • getDataBeanKeyMdlSpcId

        public java.lang.String getDataBeanKeyMdlSpcId()
        Returns the identifier of the model and specification relationship.
        Specified by:
        getDataBeanKeyMdlSpcId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecSmartDataBean
        Returns:
        The model-specification identifier.
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - the command context.
      • setDataBeanKeyMdlSpcId

        public void setDataBeanKeyMdlSpcId(java.lang.String aMdlSpcId)
        Sets the model-specification relationship identifier.
        Specified by:
        setDataBeanKeyMdlSpcId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceMdlSpecInputDataBean
        Parameters:
        aMdlSpcId - the identifier of the model-specification relationship.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - if there was a problem retrieving the data from the database.