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 String
affiliation
Their affiliation.String
email
Their e-mail address.String
firstName
The person's christian name (first name).String
midInitials
Any middle innitials.String
postalAddress
Their postal address.String
surname
The 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()
-
-