init();
return getValue().getAsynchronousTask();
return getValue().getId();
return getValue().getTimeout();
if (threadLocal.get() == null) init(); return (AsynchronousFacadeFields) threadLocal.get();
threadLocal.set(new AsynchronousFacadeFieldsImpl());
getValue().setAsynchronousTask(asynchronousTask);
getValue().setId(id);
getValue().setTimeout(timeout);