- java.lang.Object
-
- org.fusesource.example.drools.Cheese
-
-
Constructor Summary
Constructors
| Constructor and Description |
Cheese() |
Cheese(java.lang.String type,
int price) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
getPrice() |
java.lang.String |
getType() |
void |
setPrice(int price) |
void |
setType(java.lang.String type) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPrice
public int getPrice()
Copyright © 2014 Red Hat. All Rights Reserved.