ref #8142 Add getter/setter for plural
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 27 Feb 2019 08:04:58 +0000 (09:04 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Mon, 15 Apr 2019 13:53:00 +0000 (15:53 +0200)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/Representation.java

index 7b85d8c664ebc590f1229347002be1df4dec21f8..6e91f1ef439aadb97477a88512dce4871637df1a 100644 (file)
@@ -96,6 +96,13 @@ public class Representation extends LanguageStringBase {
         this.abbreviatedLabel = abbreviatedLabel;
     }
 
+    public String getPlural() {
+        return plural;
+    }
+    public void setPlural(String plural) {
+        this.plural = plural;
+    }
+
     /**
      * Returns the description of this representation
      * see {@link #getText()}