Package org.drools.examples.shopping
Class ShoppingExample.Purchase
- java.lang.Object
-
- org.drools.examples.shopping.ShoppingExample.Purchase
-
- Enclosing class:
- ShoppingExample
public static class ShoppingExample.Purchase extends Object
-
-
Constructor Summary
Constructors Constructor Description Purchase(ShoppingExample.Customer customer, ShoppingExample.Product product)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShoppingExample.CustomergetCustomer()ShoppingExample.ProductgetProduct()
-
-
-
Constructor Detail
-
Purchase
public Purchase(ShoppingExample.Customer customer, ShoppingExample.Product product)
-
-
Method Detail
-
getCustomer
public ShoppingExample.Customer getCustomer()
-
getProduct
public ShoppingExample.Product getProduct()
-
-