Class GiveCommand
- java.lang.Object
-
- org.drools.games.adventures.model.Command
-
- org.drools.games.adventures.model.GiveCommand
-
public class GiveCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description GiveCommand(Character giver, Thing thing, Character receiver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CharactergetGiver()CharactergetReceiver()ThinggetThing()inthashCode()voidsetGiver(Character giver)voidsetReceiver(Character receiver)voidsetThing(Thing thing)StringtoString()-
Methods inherited from class org.drools.games.adventures.model.Command
getSession, setSession
-
-