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