return objects.getPredeterminedManagedObjects();
}
protected MutableAttachments getMutable()
{
ManagedObjectsWithTransientAttachments objects = new ManagedObjectsWithTransientAttachmentsImpl();
return (MutableAttachments) objects.getPredeterminedManagedObjects();
}