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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingExample.Purchase
public ShoppingExample.Purchase(ShoppingExample.Customer customer,
ShoppingExample.Product product)
getCustomer
public ShoppingExample.Customer getCustomer()
getProduct
public ShoppingExample.Product getProduct()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.