James Duncan Davidson wrote: > > So in short, > > > > void setXxxx(<ObjectType> value); // attributes > > void addXxxx(<ObjectType> value); // entities > > void addText(String value); // text > > > > still holds. > > Ok. If that's what the whole discussion has boiled down to.. :) > > This is what I think as well.
+1 ( it's also possible to implement createXxxx() as a special form of addXxx() ) Costin
