Package org.biojava.nbio.structure
Class Author
- java.lang.Object
-
- org.biojava.nbio.structure.Author
-
- All Implemented Interfaces:
Serializable
public class Author extends Object implements Serializable
Describes author attributes for author information in a PDB file.- Author:
- Jules Jacobsen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Author()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetInitials()StringgetSurname()inthashCode()voidsetInitials(String initials)voidsetSurname(String surname)StringtoString()
-