If {@link #getReason()} is not null then provides the reason why theobject is invalid; otherwise the object is valid. @see CollectionRemoveFromEvent
47484950515253
return proposed; } @Override public CollectionAddToEvent createInteractionEvent() { return new CollectionAddToEvent(unwrap(getTarget()), getIdentifier(), unwrap(getProposed())); }
46474849505152
return proposed; } @Override public CollectionAddToEvent createInteractionEvent() { return new CollectionAddToEvent(ObjectAdapter.Util.unwrap(getTarget()), getIdentifier(), ObjectAdapter.Util.unwrap(getProposed())); }