org.drools.examples.shopping
Class ShoppingExample.Customer

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

public static class ShoppingExample.Customer
extends Object


Constructor Summary
ShoppingExample.Customer(String name, int discount)
           
 
Method Summary
 int getDiscount()
           
 String getName()
           
 void setDiscount(int discount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingExample.Customer

public ShoppingExample.Customer(String name,
                                int discount)
Method Detail

getName

public String getName()

getDiscount

public int getDiscount()

setDiscount

public void setDiscount(int discount)


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