org.drools.examples.shopping
Class ShoppingExample.Product

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

public static class ShoppingExample.Product
extends Object


Constructor Summary
ShoppingExample.Product(String name, float price)
           
 
Method Summary
 String getName()
           
 float getPrice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingExample.Product

public ShoppingExample.Product(String name,
                               float price)
Method Detail

getName

public String getName()

getPrice

public float getPrice()


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