|
Drools examples 6.2.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.games.adventures.model.Thing
org.drools.games.adventures.model.Item
public class Item
| Constructor Summary | |
|---|---|
Item(long id,
String name,
boolean fixed)
|
|
Item(String name)
|
|
Item(String name,
boolean fixed)
|
|
| Method Summary | |
|---|---|
boolean |
isFixed()
|
void |
setFixed(boolean fixed)
|
String |
toString()
|
| Methods inherited from class org.drools.games.adventures.model.Thing |
|---|
equals, getId, getName, hashCode, setId, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Item(String name)
public Item(String name,
boolean fixed)
public Item(long id,
String name,
boolean fixed)
| Method Detail |
|---|
public boolean isFixed()
public void setFixed(boolean fixed)
public String toString()
toString in class Thing
|
Drools examples 6.2.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||