org.drools.games.adventures.model
Class DropEvent
java.lang.Object
org.drools.games.adventures.model.GameEvent
org.drools.games.adventures.model.DropEvent
public class DropEvent
- extends GameEvent
DropEvent
public DropEvent(Character character,
Thing thing)
getCharacter
public Character getCharacter()
setCharacter
public void setCharacter(Character character)
getThing
public Thing getThing()
setThing
public void setThing(Thing thing)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.