public class BiblioPerson extends BiblioProvider
It represents a person dealing with the bibliographic resources.
Modifier and Type | Field and 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).
|
properties
Constructor and Description |
---|
BiblioPerson() |
public String midInitials
public String postalAddress
public String affiliation
public BiblioPerson()
Copyright © 2014 BioJava. All rights reserved.