46474849505152
public void setCommandService(CommandService commandService) { this.commandService = commandService; } public void setUserId(String userId) { addTxWireObject(new WireObject(new ProvidedAuthentication(userId))); }
50515253545556
public void setUserId(String userId) { addTxWireObject(new WireObject(new ProvidedAuthentication(userId))); } public void setConnection(Connection connection) { addTxWireObject(new WireObject(connection)); }