Class StoreFrontCustomerProcessModel

    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Generated constant - Attribute key of StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Generated constant - Attribute key of StoreFrontCustomerProcess.language attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Generated constant - Attribute key of StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StoreFrontCustomerProcessModel

        public StoreFrontCustomerProcessModel()
        Generated constructor - Default constructor for generic creation.
      • StoreFrontCustomerProcessModel

        public StoreFrontCustomerProcessModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • StoreFrontCustomerProcessModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public StoreFrontCustomerProcessModel​(java.lang.String _code,
                                              java.lang.String _processDefinitionName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _code - initial attribute declared by type BusinessProcess at extension processing
        _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
      • StoreFrontCustomerProcessModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public StoreFrontCustomerProcessModel​(java.lang.String _code,
                                              ItemModel _owner,
                                              java.lang.String _processDefinitionName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _code - initial attribute declared by type BusinessProcess at extension processing
        _owner - initial attribute declared by type Item at extension core
        _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
    • Method Detail

      • getCurrency

        @Accessor(qualifier="currency",
                  type=GETTER)
        public CurrencyModel getCurrency()
        Generated method - Getter of the StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices.
        Returns:
        the currency - Storefront currency.
      • getCustomer

        @Accessor(qualifier="customer",
                  type=GETTER)
        public CustomerModel getCustomer()
        Generated method - Getter of the StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.
        Returns:
        the customer - Attribute contains customer object that will be used in the process.
      • getLanguage

        @Accessor(qualifier="language",
                  type=GETTER)
        public LanguageModel getLanguage()
        Generated method - Getter of the StoreFrontCustomerProcess.language attribute defined at extension commerceservices.
        Returns:
        the language - Attribute contains language that will be used in the process.
      • setCurrency

        @Accessor(qualifier="currency",
                  type=SETTER)
        public void setCurrency​(CurrencyModel value)
        Generated method - Setter of StoreFrontCustomerProcess.currency attribute defined at extension acceleratorservices.
        Parameters:
        value - the currency - Storefront currency.
      • setCustomer

        @Accessor(qualifier="customer",
                  type=SETTER)
        public void setCustomer​(CustomerModel value)
        Generated method - Setter of StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.
        Parameters:
        value - the customer - Attribute contains customer object that will be used in the process.
      • setLanguage

        @Accessor(qualifier="language",
                  type=SETTER)
        public void setLanguage​(LanguageModel value)
        Generated method - Setter of StoreFrontCustomerProcess.language attribute defined at extension commerceservices.
        Parameters:
        value - the language - Attribute contains language that will be used in the process.