Package sources.commands
Class RemoveGreater
java.lang.Object
sources.commands.AbstractCommand
sources.commands.RemoveGreater
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class sources.commands.AbstractCommand
client, name, receiver -
Constructor Summary
ConstructorsConstructorDescriptionRemoveGreater(Client client, Receiver receiver, String movieName, Integer x, Integer y, long oscarsCount, MovieGenre movieGenre, MpaaRating mpaaRating, String directorName, LocalDateTime birthday, Integer weight, String passportID) -
Method Summary
-
Constructor Details
-
RemoveGreater
public RemoveGreater(Client client, Receiver receiver, String movieName, Integer x, Integer y, long oscarsCount, MovieGenre movieGenre, MpaaRating mpaaRating, String directorName, LocalDateTime birthday, Integer weight, String passportID)
-
-
Method Details
-
execute
- Throws:
WrongArgumentException
-
toString
- Overrides:
toStringin classAbstractCommand
-