@JSSetter public void setFoo(String foo) { this.foo = foo.toUpperCase(); }
/** Set the status message of the task. * @param message The status message */ @JSSetter public void setStatus (String message) { task.setStatus(message); }