Hi,
is this a bug?
In model.design:
ValueObject TestValue {
!persistent
String name
}
ValueObject TestValue2 {
!persistent
-Set<@TestValue> values;
}
Then in TestValue2Base the setter for values is private:
@SuppressWarnings("unused")
private void setValues(Set<TestValue> values) {
this.values = values;
}
It also is not in the constructor, so there appears to be no way to actually
set the values.
--
View this message in context:
http://www.nabble.com/No-setters-for-referenced-collections-in-value-objects--tp17728676s17564p17728676.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer