org.drools.examples.shopping
Class ShoppingExample.Discount

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

public static class ShoppingExample.Discount
extends Object


Constructor Summary
ShoppingExample.Discount(ShoppingExample.Customer customer, int amount)
           
 
Method Summary
 int getAmount()
           
 ShoppingExample.Customer getCustomer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingExample.Discount

public ShoppingExample.Discount(ShoppingExample.Customer customer,
                                int amount)
Method Detail

getCustomer

public ShoppingExample.Customer getCustomer()

getAmount

public int getAmount()


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