Project

General

Profile

« Previous | Next » 

Revision 4e1b6f7d

Added by Andreas Müller almost 6 years ago

ref #7238 change to familyname and givenname incdmlib-app

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/redlist/GermanSLActivator.java
96 96
        Reference result = ReferenceFactory.newGeneric();
97 97
        result.setTitle("GermanSL.xslx");
98 98
        Person florian = Person.NewTitledInstance("Jansen");
99
        florian.setFirstname("Florian");
99
        florian.setGivenName("Florian");
100 100
        result.setAuthorship(florian);
101 101
        return result;
102 102
    }
......
109 109
//        result.setPages("608 pp.");
110 110
//        result.setDatePublished(TimePeriodParser.parseString("2012"));
111 111
//        Person borhidi = Person.NewTitledInstance("Borhidi");
112
//        borhidi.setFirstname("Attila");
112
//        borhidi.setGivenName("Attila");
113 113
//        result.setAuthorship(borhidi);
114 114
//        result.setUuid(MexicoConabioTransformer.uuidReferenceBorhidi);
115 115
        return result;

Also available in: Unified diff