com.ibm.commerce.pvcdevices.beans

Class PVCBindingDataBean

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


    public class PVCBindingDataBean
    extends com.ibm.commerce.pvcdevices.beansrc.PVCBindingDataBeanBase
    implements com.ibm.commerce.pvcdevices.beans.PVCBindingInputDataBean, com.ibm.commerce.pvcdevices.beans.PVCBindingSmartDataBean
    A databean to represent the binding information of a PvC device.
    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

      • PVCBindingDataBean

        public PVCBindingDataBean()
    • Method Detail

      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • getDataBeanKeyPVCBindingId

        public java.lang.String getDataBeanKeyPVCBindingId()
        Gets the binding identifier for the PvC device.
        Specified by:
        getDataBeanKeyPVCBindingId in interface com.ibm.commerce.pvcdevices.beans.PVCBindingSmartDataBean
        Returns:
        The binding 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 populating the databean with the data from the database.
      • setCommandContext

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

        public void setDataBeanKeyPVCBindingId(java.lang.String aPVCBindingId)
        Sets the binding identifier of the PvC device.
        Specified by:
        setDataBeanKeyPVCBindingId in interface com.ibm.commerce.pvcdevices.beans.PVCBindingInputDataBean
        Parameters:
        aPVCBindingId - the binding 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.