Class ShoppingExample.Customer

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

public static class ShoppingExample.Customer extends Object
  • Constructor Details

    • Customer

      public Customer(String name, int discount)
  • Method Details

    • getName

      public String getName()
    • getDiscount

      public int getDiscount()
    • setDiscount

      public void setDiscount(int discount)