Project

General

Profile

« Previous | Next » 

Revision fc3e5e6e

Added by Katja Luther over 4 years ago

ref #8385: fixes in preferences - continue

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/wizard/AbstractAdminTermSelectionWizardPage.java
26 26
 */
27 27
public abstract class AbstractAdminTermSelectionWizardPage extends AbstractTermSelectionWizardPage
28 28
        {
29
    private boolean localPrefExist = true;
29 30

  
30 31
    /**
31 32
     * @param pageName
......
71 72
            });
72 73
    }
73 74

  
75
    public boolean isLocalPrefExist() {
76
        return localPrefExist;
77
    }
78

  
79
    public void setLocalPrefExist(boolean localPrefExist) {
80
        this.localPrefExist = localPrefExist;
81
    }
82

  
74 83
    public CdmPreference getPreference(){
75 84
        return pref;
76 85
    }

Also available in: Unified diff