public class Author extends Object
| Constructor and Description | 
|---|
Author()  | 
Author(String first,
      String last)  | 
Author(String first,
      String last,
      long id)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFirstName()  | 
long | 
getId()  | 
String | 
getLastName()  | 
void | 
setFirstName(String firstName)  | 
void | 
setId(long id)  | 
void | 
setId(Long id)  | 
void | 
setLastName(String lastName)  | 
String | 
toString()  | 
Copyright © 2003-2017 The Virtual Library Team. All Rights Reserved.