public class Action extends Object
Constructor and Description |
---|
Action(long date,
Actions doneAction,
String additionalInfo) |
Action(long date,
Actions doneAction,
String additionalInfo,
int serverID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAdditionalInfo() |
long |
getDate() |
Actions |
getDoneAction() |
int |
getServerID()
Can only be used on Action classes returned by the ActionsTable.
|
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.