Project

General

Profile

« Previous | Next » 

Revision 46b6729e

Added by Patrick Plitzner about 5 years ago

ref #8142 Add getter/setter for plural

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/Representation.java
96 96
        this.abbreviatedLabel = abbreviatedLabel;
97 97
    }
98 98

  
99
    public String getPlural() {
100
        return plural;
101
    }
102
    public void setPlural(String plural) {
103
        this.plural = plural;
104
    }
105

  
99 106
    /**
100 107
     * Returns the description of this representation
101 108
     * see {@link #getText()}

Also available in: Unified diff