in src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObject.java [103:107]
public HelloWorldObject updateName( @Name final String name) { setName(name); return this; }