public class PMInfo extends Object
Constructor and Description |
---|
PMInfo() |
PMInfo(String pubdate,
ArrayList<String> authors,
String title,
String pages) |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getAuthors() |
String |
getPages() |
String |
getPubdate() |
String |
getTitle() |
void |
setAuthors(ArrayList<String> authors) |
void |
setPages(String pages) |
void |
setPubdate(String pubdate) |
void |
setTitle(String title) |
String |
toString() |
Copyright © 2019. All rights reserved.