com.ibm.commerce.utf.beans

Class PAttributeDescDataBean

    • Field Detail

      • COPYRIGHT

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

      • PAttributeDescDataBean

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

        public PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean)
        Constructs PAttributeDescDataBean, initializes fields to null.
        Parameters:
        anAccessBean - com.ibm.commerce.utf.objects.PAttributeDescAccessBean
        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.
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        Sets the languageId field and uses it to set the langId key field of the access bean.
        Specified by:
        setLanguageId in interface PAttributeDescInputDataBean
        Parameters:
        newLanguageId - the relevant langId.
      • setPAttributeId

        public void setPAttributeId(java.lang.String newPAttributeId)
        Sets the pAttributeId field and uses it to set the pAttributeId key field of the access bean.
        Specified by:
        setPAttributeId in interface PAttributeDescInputDataBean
        Parameters:
        newPAttributeId - the relevant pAttributeId.
      • setRequestProperties

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