Class GeneratedProductInterestsProcess

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

public abstract class GeneratedProductInterestsProcess extends BusinessProcess
Generated class for type ProductInterestsProcess.
See Also:
  • Field Details

    • LANGUAGE

      public static final String LANGUAGE
      Qualifier of the ProductInterestsProcess.language attribute
      See Also:
    • PRODUCTINTEREST

      public static final String PRODUCTINTEREST
      Qualifier of the ProductInterestsProcess.productInterest attribute
      See Also:
    • CUSTOMER

      public static final String CUSTOMER
      Qualifier of the ProductInterestsProcess.Customer attribute
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Qualifier of the ProductInterestsProcess.product attribute
      See Also:
    • BASESITE

      public static final String BASESITE
      Qualifier of the ProductInterestsProcess.baseSite attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedProductInterestsProcess

      public GeneratedProductInterestsProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedBusinessProcess
    • 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.