Example 8.22 Implementing the Composite Value Object public class ResourceCompositeVO { private ResourceVO resourceData; private Collection skillSets; private Collection blockOutTimes; // value object constructors ... // get and set methods ... }