org.drools.camel.example
Class Cheese
java.lang.Object
org.drools.camel.example.Cheese
public class Cheese
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cheese
public Cheese()
Cheese
public Cheese(String type,
int price)
getPrice
public int getPrice()
getType
public String getType()
setPrice
public void setPrice(int price)
setType
public void setType(String type)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.