Class IntersectedTagEditModel

All Implemented Interfaces:
BoundPropertySet, Countable, Extendable<PropertySet>, Mergable<PropertySet>, MutablePropertyValueSource, PropertySet, PropertyValueSource, Serializable, Iterable<PropertyValue>

public class IntersectedTagEditModel extends IntersectedBoundPropertySet
This is a helper for dealing with intersected models. It's bit misleading, we don't have a true "TagEditModel" interface. But the TagEditController just wants a property set. It may be possible to push this logic into the edit controller...
See Also: