org.drools.examples.shopping
Class ShoppingExample.Purchase

java.lang.Object
  extended by org.drools.examples.shopping.ShoppingExample.Purchase
Enclosing class:
ShoppingExample

public static class ShoppingExample.Purchase
extends Object


Constructor Summary
ShoppingExample.Purchase(ShoppingExample.Customer customer, ShoppingExample.Product product)
           
 
Method Summary
 ShoppingExample.Customer getCustomer()
           
 ShoppingExample.Product getProduct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingExample.Purchase

public ShoppingExample.Purchase(ShoppingExample.Customer customer,
                                ShoppingExample.Product product)
Method Detail

getCustomer

public ShoppingExample.Customer getCustomer()

getProduct

public ShoppingExample.Product getProduct()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.