Fornax-Platform
Forum

 « Return to Thread: valueobject collection private

valueobject collection private

by saadkhawaja :: Rate this Message:

Reply to Author | View in Thread

Hi
I have a ValueObject and a collection on it like so.
ValueObject MyValueObject {
   !immutable
   List<Person> persons changeable
}

The code generated makes the setter for this collection private. I would like it to be public, why, because of bean copying utilities.
Do I need to do something else to make that setter public.
Thanks
Saad

 « Return to Thread: valueobject collection private