protected Folder parent;
protected final void createData() {
NameValidatorStore nameValidators = NameValidatorStore.getInstance();
nameValidators.put(Schedule.class, new DefaultIntegrationNameValidator());
moved = new Schedule("S");
existing = new Schedule("S");
parent = new Folder("F", EntityType.Schedule);
parent.addItem(existing);
}