public class Author extends Object
| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany() |
String |
getFirstName() |
String |
getLastName() |
void |
setCompany(String company) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
Copyright © 2008–2014. All rights reserved.