Project

General

Profile

« Previous | Next » 

Revision 2d5e8696

Added by Andreas Müller over 2 years ago

fix compile error

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/SortableTaxonNodeQueryResult.java
18 18
 */
19 19
public class SortableTaxonNodeQueryResult {
20 20

  
21
    private UUID taxonNodeUuid;
22
    private Integer taxonNodeId;
23
    private String taxonTitleCache;
24
    private String nameTitleCache;
25
    private Rank nameRank = Rank.UNKNOWN_RANK();
21
    protected UUID taxonNodeUuid;
22
    protected Integer taxonNodeId;
23
    protected String taxonTitleCache;
24
    protected String nameTitleCache;
25
    protected Rank nameRank = Rank.UNKNOWN_RANK();
26 26

  
27 27
    /**Is this the reason
28 28
     * @param taxonNodeUuid

Also available in: Unified diff