|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.examples.templates.Cheese
public class Cheese
Constructor Summary | |
---|---|
Cheese()
|
|
Cheese(String type,
int price)
|
Method Summary | |
---|---|
int |
getPrice()
|
String |
getType()
|
void |
setPrice(int price)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cheese()
public Cheese(String type, int price)
Method Detail |
---|
public int getPrice()
public String getType()
public void setPrice(int price)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |