Class GeneratedQuoteProcess

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
QuoteProcess

public abstract class GeneratedQuoteProcess extends BusinessProcess
Generated class for type QuoteProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedQuoteProcess

      public GeneratedQuoteProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedBusinessProcess
    • getQuoteCode

      public String getQuoteCode(SessionContext ctx)
      Generated method - Getter of the QuoteProcess.quoteCode attribute.
      Returns:
      the quoteCode - Quote model submitted by the buyer/sales rep.
    • getQuoteCode

      public String getQuoteCode()
      Generated method - Getter of the QuoteProcess.quoteCode attribute.
      Returns:
      the quoteCode - Quote model submitted by the buyer/sales rep.
    • setQuoteCode

      public void setQuoteCode(SessionContext ctx, String value)
      Generated method - Setter of the QuoteProcess.quoteCode attribute.
      Parameters:
      value - the quoteCode - Quote model submitted by the buyer/sales rep.
    • setQuoteCode

      public void setQuoteCode(String value)
      Generated method - Setter of the QuoteProcess.quoteCode attribute.
      Parameters:
      value - the quoteCode - Quote model submitted by the buyer/sales rep.