Class GeneratedStoreFrontCustomerProcess

    • Field Detail

      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the StoreFrontCustomerProcess.customer attribute
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the StoreFrontCustomerProcess.language 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

      • GeneratedStoreFrontCustomerProcess

        public GeneratedStoreFrontCustomerProcess()
    • Method Detail

      • getCustomer

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

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

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

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

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

        public Language getLanguage()
        Generated method - Getter of the StoreFrontCustomerProcess.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 StoreFrontCustomerProcess.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 StoreFrontCustomerProcess.language attribute.
        Parameters:
        value - the language - Attribute contains language that will be used in the process.