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, setSession
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.