Package org.biojava.bibliography
Class BiblioPerson
- java.lang.Object
-
- org.biojava.bibliography.BiblioProvider
-
- org.biojava.bibliography.BiblioPerson
-
public class BiblioPerson extends BiblioProvider
It represents a person dealing with the bibliographic resources.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
-
Field Summary
Fields Modifier and Type Field Description StringaffiliationTheir affiliation.StringemailTheir e-mail address.StringfirstNameThe person's christian name (first name).StringmidInitialsAny middle innitials.StringpostalAddressTheir postal address.StringsurnameThe person's sirname (family name).-
Fields inherited from class org.biojava.bibliography.BiblioProvider
properties
-
-
Constructor Summary
Constructors Constructor Description BiblioPerson()
-
-
-
Field Detail
-
midInitials
public String midInitials
Any middle innitials.
-
postalAddress
public String postalAddress
Their postal address.
-
affiliation
public String affiliation
Their affiliation.
-
-
Constructor Detail
-
BiblioPerson
public BiblioPerson()
-
-