public static class DepositMetadata.Manuscript extends Object
| Modifier and Type | Field and Description |
|---|---|
URL |
manuscriptUrl
URL to the manuscript, if known.
|
String |
msAbstract
A brief abstract of the manuscript
|
String |
nihmsId
Internal NIHMS submission ID;
null unless this is a re-submission |
boolean |
publisherPdf
true if the submission includes the the publisher's final PDF version of the manuscript |
boolean |
showPublisherPdf
true if publisherPdf is true and if the publisher's final PDF version
should be used in lieu of the NIHMS-generated PDF in PubMed Central. |
String |
title
The title of the manuscript
|
| Constructor and Description |
|---|
Manuscript() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getManuscriptUrl() |
String |
getMsAbstract() |
String |
getNihmsId() |
String |
getTitle() |
boolean |
isPublisherPdf() |
boolean |
isShowPublisherPdf() |
void |
setManuscriptUrl(URL manuscriptUrl) |
void |
setMsAbstract(String msAbstract) |
void |
setNihmsId(String nihmsId) |
void |
setPublisherPdf(boolean publisherPdf) |
void |
setShowPublisherPdf(boolean showPublisherPdf) |
void |
setTitle(String title) |
public String nihmsId
null unless this is a re-submissionpublic URL manuscriptUrl
public boolean publisherPdf
true if the submission includes the the publisher's final PDF version of the manuscriptpublic boolean showPublisherPdf
true if publisherPdf is true and if the publisher's final PDF version
should be used in lieu of the NIHMS-generated PDF in PubMed Central.public String title
public String msAbstract
public String getMsAbstract()
public void setMsAbstract(String msAbstract)
public String getTitle()
public void setTitle(String title)
public String getNihmsId()
public void setNihmsId(String nihmsId)
public URL getManuscriptUrl()
public void setManuscriptUrl(URL manuscriptUrl)
public boolean isPublisherPdf()
public void setPublisherPdf(boolean publisherPdf)
public boolean isShowPublisherPdf()
public void setShowPublisherPdf(boolean showPublisherPdf)
Copyright © 2019. All rights reserved.