Class BasicVersionedPropertySet

    • Constructor Detail

      • BasicVersionedPropertySet

        public BasicVersionedPropertySet​(PropertySet base)
        If created with only the base, all properties are reported as modified.
      • BasicVersionedPropertySet

        public BasicVersionedPropertySet​(PropertySet base,
                                         java.util.Collection<Property<?>> modified)
        If created with a non-null collection, only those properties are reported as modified.