Package org.drools.examples.shopping
Class ShoppingExample.Discount
- java.lang.Object
-
- org.drools.examples.shopping.ShoppingExample.Discount
-
- Enclosing class:
- ShoppingExample
public static class ShoppingExample.Discount extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Discount(ShoppingExample.Customer customer, int amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAmount()ShoppingExample.CustomergetCustomer()
-
-
-
Constructor Detail
-
Discount
public Discount(ShoppingExample.Customer customer, int amount)
-
-
Method Detail
-
getCustomer
public ShoppingExample.Customer getCustomer()
-
getAmount
public int getAmount()
-
-