public class Author extends Object implements Serializable
Constructor and Description |
---|
Author() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getInitials() |
String |
getSurname() |
int |
hashCode() |
void |
setInitials(String initials) |
void |
setSurname(String surname) |
String |
toString() |
Copyright © 2000–2016 BioJava. All rights reserved.