public class GiveCommand extends Command
| Constructor and Description |
|---|
GiveCommand(Character giver,
Thing thing,
Character receiver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Character |
getGiver() |
Character |
getReceiver() |
Thing |
getThing() |
int |
hashCode() |
void |
setGiver(Character giver) |
void |
setReceiver(Character receiver) |
void |
setThing(Thing thing) |
String |
toString() |
getSession, setSessionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.