Issue 10463

add ParsedName to API and NameUsage

10463
Reporter: mdoering
Assignee: mdoering
Type: Improvement
Summary: add ParsedName to API and NameUsage
Description: consider the ParsedName from the name parser project or creating a new one plus an interface that both implement.
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2011-11-28 16:13:48.635
Updated: 2013-12-09 14:01:23.242
Resolved: 2012-07-10 14:16:36.668


Author: mdoering@gbif.org
Created: 2012-07-10 14:16:36.694
Updated: 2012-07-10 14:16:36.694
        
Added ParsedName to api and added a new method for name usages to return a ParsedName, but did not include the entire ParsedName object into the NameUsage class to avoid penalties for all the other, in particular listXyz methods returning many name usages.

See http://code.google.com/p/gbif-ecat/source/detail?r=5221 and http://code.google.com/p/gbif-ecat/source/detail?r=5228