Class QuoteProcessModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class QuoteProcessModel
    extends BusinessProcessModel
    Generated model class for type QuoteProcess first defined at extension commerceservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String QUOTECODE
        Generated constant - Attribute key of QuoteProcess.quoteCode attribute defined at extension commerceservices.
        See Also:
        Constant Field Values
      • ORDERCODE

        public static final java.lang.String ORDERCODE
        Generated constant - Attribute key of QuoteProcess.orderCode attribute defined at extension sapquoteintegration.
        See Also:
        Constant Field Values
    • Constructor Detail

      • QuoteProcessModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public QuoteProcessModel​(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
      • QuoteProcessModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public QuoteProcessModel​(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

      • getOrderCode

        @Accessor(qualifier="orderCode",
                  type=GETTER)
        public java.lang.String getOrderCode()
        Generated method - Getter of the QuoteProcess.orderCode attribute defined at extension sapquoteintegration.
        Returns:
        the orderCode - Order code of created order from Quote
      • getQuoteCode

        @Accessor(qualifier="quoteCode",
                  type=GETTER)
        public java.lang.String getQuoteCode()
        Generated method - Getter of the QuoteProcess.quoteCode attribute defined at extension commerceservices.
        Returns:
        the quoteCode - Quote model submitted by the buyer/sales rep.
      • setOrderCode

        @Accessor(qualifier="orderCode",
                  type=SETTER)
        public void setOrderCode​(java.lang.String value)
        Generated method - Setter of QuoteProcess.orderCode attribute defined at extension sapquoteintegration.
        Parameters:
        value - the orderCode - Order code of created order from Quote
      • setQuoteCode

        @Accessor(qualifier="quoteCode",
                  type=SETTER)
        public void setQuoteCode​(java.lang.String value)
        Generated method - Setter of QuoteProcess.quoteCode attribute defined at extension commerceservices.
        Parameters:
        value - the quoteCode - Quote model submitted by the buyer/sales rep.