Project

General

Profile

« Previous | Next » 

Revision 2245108c

Added by Andreas Müller about 8 years ago

Add preferred stable URI to SpecimenOrObservation #5606

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/occurrence/SpecimenOrObservationBase.java
9 9

  
10 10
package eu.etaxonomy.cdm.model.occurrence;
11 11

  
12
import java.net.URI;
12 13
import java.util.ArrayList;
13 14
import java.util.Collection;
14 15
import java.util.HashMap;
......
165 166
    @Min(0)
166 167
    private Integer individualCount;
167 168

  
169
    //preferred stable identifer (URI) #5606
170
    @XmlElement(name = "PreferredStableUri")
171
    @Field(analyze = Analyze.NO)
172
    @Type(type="uriUserType")
173
    private URI preferredStableUri;
174

  
168 175
    // the verbatim description of this occurrence. Free text usable when no atomised data is available.
169 176
    // in conjunction with titleCache which serves as the "citation" string for this object
170 177
    @XmlElement(name = "Description")

Also available in: Unified diff