Class UserCommand
Object
UserCommand
-
Constructor Summary
ConstructorsConstructorDescriptionUserCommand
(Integer id) UserCommand
(Integer id, String command, LocalDateTime creation) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getOwner()
Retrieves the owner, the administrator, of this object.getRoom()
int
hashCode()
void
setCallable
(Boolean callable) void
setCommand
(String command) void
setCreation
(LocalDateTime creation) void
void
setMethodName
(Method methodName) void
Sets the owner, the administrator, of this object.void
toString()
-
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:Ownage
Sets the owner, the administrator, of this object. -
getMethodName
-
setMethodName
-
hashCode
-
equals
-
toString
-