Drools examples 6.1.0-SNAPSHOT

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)

Drools examples 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.