Drools examples 6.1.0-SNAPSHOT

org.drools.games.adventures.model
Class LookCommand

java.lang.Object
  extended by org.drools.games.adventures.model.Command
      extended by org.drools.games.adventures.model.LookCommand

public class LookCommand
extends Command


Constructor Summary
LookCommand(Character character)
           
 
Method Summary
 boolean equals(Object o)
           
 Character getCharacter()
           
 int hashCode()
           
 void setCharacter(Character character)
           
 
Methods inherited from class org.drools.games.adventures.model.Command
getSession, setSession
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookCommand

public LookCommand(Character character)
Method Detail

getCharacter

public Character getCharacter()

setCharacter

public void setCharacter(Character character)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools examples 6.1.0-SNAPSHOT

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