Class UserCommand
Object
UserCommand
-
Constructor Summary
ConstructorsConstructorDescriptionUserCommand(Integer id) UserCommand(Integer id, String command, LocalDateTime creation) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getOwner()Retrieves the owner, the administrator, of this object.getRoom()inthashCode()voidsetCallable(Boolean callable) voidsetCommand(String command) voidsetCreation(LocalDateTime creation) voidvoidsetMethodName(Method methodName) voidSets the owner, the administrator, of this object.voidtoString()
-
Constructor Details
-
UserCommand
public UserCommand() -
UserCommand
-
UserCommand
-
-
Method Details
-
getId
-
setId
-
getCallable
-
setCallable
-
getCommand
-
setCommand
-
getRoom
-
setRoom
-
getCreation
-
setCreation
-
getOwner
-
setOwner
Description copied from interface:OwnageSets the owner, the administrator, of this object. -
getMethodName
-
setMethodName
-
hashCode
-
equals
-
toString
-