public abstract class ServerAssignmentCommand extends ServerCommand
Constructor and Description |
---|
ServerAssignmentCommand() |
Modifier and Type | Method and Description |
---|---|
abstract ServerCommandDataWrapper[] |
getCmdDataWrappers()
Gets The commands represented in CommandDataWrappers
|
static ServerAssignmentCommand |
reconstituteAssignmentCommand(ServerCommandDataWrapper serverCommandDataWrapper) |
static ServerAssignmentCommand |
reconstituteAssignmentCommand(ServerCommandDataWrapper[] commandsData) |
getCommandObjectFor, getCommandObjectFrom, getCommandParametersText, getFullCommandText, toString
public static ServerAssignmentCommand reconstituteAssignmentCommand(ServerCommandDataWrapper serverCommandDataWrapper)
serverCommandDataWrapper
- The assignment commandpublic static ServerAssignmentCommand reconstituteAssignmentCommand(ServerCommandDataWrapper[] commandsData)
commandsData
- The update commandspublic abstract ServerCommandDataWrapper[] getCmdDataWrappers()