Drools & Decision Table :: OSGI Kie Spring Camel Example 6.0.3-SNAPSHOT

org.drools.camel.example
Class Cheese

java.lang.Object
  extended by org.drools.camel.example.Cheese

public class Cheese
extends Object


Constructor Summary
Cheese()
           
Cheese(String type, int price)
           
 
Method Summary
 int getPrice()
           
 String getType()
           
 void setPrice(int price)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cheese

public Cheese()

Cheese

public Cheese(String type,
              int price)
Method Detail

getPrice

public int getPrice()

getType

public String getType()

setPrice

public void setPrice(int price)

setType

public void setType(String type)

Drools & Decision Table :: OSGI Kie Spring Camel Example 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.