Package org.drools.examples.petstore
Class PetStoreExample.Product
- java.lang.Object
-
- org.drools.examples.petstore.PetStoreExample.Product
-
- Enclosing class:
- PetStoreExample
public static class PetStoreExample.Product extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()doublegetPrice()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Product
public Product(String name, double cost)
-
-