add_author
Description:
public void add_author (
Author author)
Adds author
to the list of authors in the given Entry and increments its
reference count.
Duplicate authors will not be added to the list.
Parameters:
this |
a Entry
|
author |
a Author to add
|