org.drools.examples.templates
Class Cheese

java.lang.Object
  extended by org.drools.examples.templates.Cheese

public class Cheese
extends Object


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

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)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.