public class SingleEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
double |
matchingScore |
String |
originalName |
List<String> |
otherElements |
String |
parsedAuthorship |
String |
parsedScientificName |
String |
targetAuthor |
String |
targetDataSource |
String |
targetID |
String |
targetScientificName |
| Constructor and Description |
|---|
SingleEntry(int id,
String originalName,
String parsedScientificName,
String parsedAuthorship,
double matchingScore,
String targetDataSource,
String targetID,
String targetScientificName,
String targetAuthor,
List<String> otherElements) |
SingleEntry(int id,
String originalName,
String parsedScientificName,
String parsedAuthorship,
List<String> otherElements) |
public int id
public String originalName
public String parsedScientificName
public String parsedAuthorship
public double matchingScore
public String targetDataSource
public String targetID
public String targetScientificName
public String targetAuthor
Copyright © 2018. All Rights Reserved.