Project

General

Profile

« Previous | Next » 

Revision 9f6a56c9

Added by Andreas Müller almost 3 years ago

ref #9664 first implementation for TeamOrPersonBase.nomenclaturalTitleCache (update script still missing)

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/json/processor/bean/TeamOrPersonBaseBeanProcessor.java
32 32
    public JSONObject processBeanSecondStep(TeamOrPersonBase bean, JSONObject json,
33 33
            JsonConfig jsonConfig) {
34 34
            json.element("titleCache", bean.getTitleCache());
35
            json.element("nomenclaturalTitle", bean.getNomenclaturalTitle());
35
            json.element("nomenclaturalTitleCache", bean.getNomenclaturalTitleCache());
36 36
        return json;
37 37
    }
38 38

  

Also available in: Unified diff