org.drools.examples.shopping
Class ShoppingExample.Customer
java.lang.Object
org.drools.examples.shopping.ShoppingExample.Customer
- Enclosing class:
- ShoppingExample
public static class ShoppingExample.Customer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingExample.Customer
public ShoppingExample.Customer(String name,
int discount)
getName
public String getName()
getDiscount
public int getDiscount()
setDiscount
public void setDiscount(int discount)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.