com.ibm.commerce.utf.beans

Class PAttrValueDataBean

    • Field Detail

      • COPYRIGHT

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

      • PAttrValueDataBean

        public PAttrValueDataBean()
        Constructs PAttrValueDataBean, initializes fields to null.
      • PAttrValueDataBean

        public PAttrValueDataBean(PAttrValueAccessBean anAccessBean)
        Constructs PAttrValueDataBean, initializes fields to null.
        Parameters:
        anAccessBean - com.ibm.commerce.utf.objects.PAttrValueAccessBean
        Throws:
        ECException
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        Returns the request parameters as a TypedProperty.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • populate

        public void populate()
        Fetches field values from the access bean.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception - On any access bean error.
      • setCommandContext

        public void setCommandContext(CommandContext newCommandContext)
        Sets the active commandContext.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        newCommandContext - the active command context.
      • setPAttrValueId

        public void setPAttrValueId(java.lang.String newPAttrValueId)
        Sets the PAttrValueId field and uses it to set the referenceNumber key field of the access bean.
        Specified by:
        setPAttrValueId in interface PAttrValueInputDataBean
        Parameters:
        newPAttrValueId - the relevant referenceNumber.
      • setRequestProperties

        public void setRequestProperties(TypedProperty newRequestProperties)
        Copies the TypedProperty input parameters.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        newRequestProperties - com.ibm.commerce.datatype.TypedProperty