Project

General

Profile

« Previous | Next » 

Revision 62d21be1

Added by Andreas Müller about 5 years ago

ref #8142 add plural to representations

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/Representation.java
32 32
@XmlAccessorType(XmlAccessType.FIELD)
33 33
@XmlType(name = "Representation", propOrder = {
34 34
    "label",
35
    "plural",
35 36
    "abbreviatedLabel"
36 37
})
37 38
@XmlRootElement(name = "Representation")
......
51 52
    @Field(store=Store.YES)
52 53
    private String abbreviatedLabel;
53 54

  
55
    //#8142
56
    @XmlElement(name = "Plural")
57
    @Field(store=Store.YES)
58
    private String plural;
59

  
54 60
    /**
55 61
     * @param text
56 62
     * @param label

Also available in: Unified diff