static Web webWithoutIndexAndLock() { Web web = simpleWeb(); web.index = null; web.lock = null; web.relations = null; ret web; }