Class ShoppingExample.Product

java.lang.Object
org.drools.examples.shopping.ShoppingExample.Product
Enclosing class:
ShoppingExample

public static class ShoppingExample.Product extends Object
  • Constructor Details

    • Product

      public Product(String name, float price)
  • Method Details

    • getName

      public String getName()
    • getPrice

      public float getPrice()