Class GeneratedProductInterestsProcess

    • Field Detail

      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the ProductInterestsProcess.language attribute
        See Also:
        Constant Field Values
      • PRODUCTINTEREST

        public static final java.lang.String PRODUCTINTEREST
        Qualifier of the ProductInterestsProcess.productInterest attribute
        See Also:
        Constant Field Values
      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the ProductInterestsProcess.Customer attribute
        See Also:
        Constant Field Values
      • PRODUCT

        public static final java.lang.String PRODUCT
        Qualifier of the ProductInterestsProcess.product attribute
        See Also:
        Constant Field Values
      • BASESITE

        public static final java.lang.String BASESITE
        Qualifier of the ProductInterestsProcess.baseSite attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedProductInterestsProcess

        public GeneratedProductInterestsProcess()
    • Method Detail

      • getBaseSite

        public BaseSite getBaseSite​(SessionContext ctx)
        Generated method - Getter of the ProductInterestsProcess.baseSite attribute.
        Returns:
        the baseSite - Attribute contains the base site that will be used in the process
      • getBaseSite

        public BaseSite getBaseSite()
        Generated method - Getter of the ProductInterestsProcess.baseSite attribute.
        Returns:
        the baseSite - Attribute contains the base site that will be used in the process
      • setBaseSite

        public void setBaseSite​(SessionContext ctx,
                                BaseSite value)
        Generated method - Setter of the ProductInterestsProcess.baseSite attribute.
        Parameters:
        value - the baseSite - Attribute contains the base site that will be used in the process
      • setBaseSite

        public void setBaseSite​(BaseSite value)
        Generated method - Setter of the ProductInterestsProcess.baseSite attribute.
        Parameters:
        value - the baseSite - Attribute contains the base site that will be used in the process
      • getCustomer

        public Customer getCustomer​(SessionContext ctx)
        Generated method - Getter of the ProductInterestsProcess.Customer attribute.
        Returns:
        the Customer - Attribute contains customer will be notified in the process.
      • getCustomer

        public Customer getCustomer()
        Generated method - Getter of the ProductInterestsProcess.Customer attribute.
        Returns:
        the Customer - Attribute contains customer will be notified in the process.
      • setCustomer

        public void setCustomer​(SessionContext ctx,
                                Customer value)
        Generated method - Setter of the ProductInterestsProcess.Customer attribute.
        Parameters:
        value - the Customer - Attribute contains customer will be notified in the process.
      • setCustomer

        public void setCustomer​(Customer value)
        Generated method - Setter of the ProductInterestsProcess.Customer attribute.
        Parameters:
        value - the Customer - Attribute contains customer will be notified in the process.
      • getLanguage

        public Language getLanguage​(SessionContext ctx)
        Generated method - Getter of the ProductInterestsProcess.language attribute.
        Returns:
        the language - Attribute contains language that will be used in the process.
      • getLanguage

        public Language getLanguage()
        Generated method - Getter of the ProductInterestsProcess.language attribute.
        Returns:
        the language - Attribute contains language that will be used in the process.
      • setLanguage

        public void setLanguage​(SessionContext ctx,
                                Language value)
        Generated method - Setter of the ProductInterestsProcess.language attribute.
        Parameters:
        value - the language - Attribute contains language that will be used in the process.
      • setLanguage

        public void setLanguage​(Language value)
        Generated method - Setter of the ProductInterestsProcess.language attribute.
        Parameters:
        value - the language - Attribute contains language that will be used in the process.
      • getProduct

        public Product getProduct​(SessionContext ctx)
        Generated method - Getter of the ProductInterestsProcess.product attribute.
        Returns:
        the product - Attribute contains the product that will be used in the process
      • getProduct

        public Product getProduct()
        Generated method - Getter of the ProductInterestsProcess.product attribute.
        Returns:
        the product - Attribute contains the product that will be used in the process
      • setProduct

        public void setProduct​(SessionContext ctx,
                               Product value)
        Generated method - Setter of the ProductInterestsProcess.product attribute.
        Parameters:
        value - the product - Attribute contains the product that will be used in the process
      • setProduct

        public void setProduct​(Product value)
        Generated method - Setter of the ProductInterestsProcess.product attribute.
        Parameters:
        value - the product - Attribute contains the product that will be used in the process
      • getProductInterest

        public ProductInterest getProductInterest​(SessionContext ctx)
        Generated method - Getter of the ProductInterestsProcess.productInterest attribute.
        Returns:
        the productInterest - Attribute contains the product back in stock interests. Deprecated since 1905.
      • getProductInterest

        public ProductInterest getProductInterest()
        Generated method - Getter of the ProductInterestsProcess.productInterest attribute.
        Returns:
        the productInterest - Attribute contains the product back in stock interests. Deprecated since 1905.
      • setProductInterest

        public void setProductInterest​(SessionContext ctx,
                                       ProductInterest value)
        Generated method - Setter of the ProductInterestsProcess.productInterest attribute.
        Parameters:
        value - the productInterest - Attribute contains the product back in stock interests. Deprecated since 1905.
      • setProductInterest

        public void setProductInterest​(ProductInterest value)
        Generated method - Setter of the ProductInterestsProcess.productInterest attribute.
        Parameters:
        value - the productInterest - Attribute contains the product back in stock interests. Deprecated since 1905.