com.ibm.commerce.pvcdevices.beans

Class PVCDeviceSpecDataBean

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


    public class PVCDeviceSpecDataBean
    extends com.ibm.commerce.pvcdevices.beansrc.PVCDeviceSpecDataBeanBase
    implements com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecSmartDataBean
    A databean that represents the different specifications for PvC devices. The data populated in this bean comes from the PVCDEVSPEC table. This table represents minimum specification of pervasive computing devices which are categorized by PVCMDLSPEC. Records of this table will be set in the appropriate adapter.
    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

      • PVCDeviceSpecDataBean

        public PVCDeviceSpecDataBean()
    • Method Detail

      • getDataBeanKeySpecId

        public java.lang.String getDataBeanKeySpecId()
        The PvC specification identifier.
        Specified by:
        getDataBeanKeySpecId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecSmartDataBean
        Returns:
        The PvC specification identifier.
      • populate

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

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

        public void setDataBeanKeySpecId(java.lang.String aSpecId)
        Sets the PvC specification identifier.
        Specified by:
        setDataBeanKeySpecId in interface com.ibm.commerce.pvcdevices.beans.PVCDeviceSpecInputDataBean
        Parameters:
        aSpecId - the PvC specification identifier.
      • setRequestProperties

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