Project

General

Profile

« Previous | Next » 

Revision 740aabcf

Added by Katja Luther over 2 years ago

ref #9843: fix taxonnode dto creation and add parent uuid

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/dto/TaxonRowWrapperDTO.java
40 40
        this.taxonDescriptions = taxonDescriptions;
41 41
    }
42 42

  
43
    @Override
44
    public boolean equals(Object obj) {
45
        if (obj instanceof TaxonRowWrapperDTO){
46
            return ((TaxonRowWrapperDTO)obj).getDescription().getDescriptionUuid().equals(this.getDescription().getDescriptionUuid());
47
        } else {
48
            return false;
49
        }
50
    }
51

  
43 52
}

Also available in: Unified diff