public WorkstationPreferencesController(EntityEditor editor) {
   super(editor);
   this.workstationID =
       ((JDOObjectEditorInput<WorkstationID>) editor.getEditorInput()).getJDOObjectID();
 }
 public LDAPServerScriptSetPageController(EntityEditor editor) {
   super(editor, false);
   this.ldapServerID =
       (UserManagementSystemID)
           ((JDOObjectEditorInput<?>) editor.getEditorInput()).getJDOObjectID();
 }