public static class DepositMetadata.Article extends Object
| Modifier and Type | Field and Description |
|---|---|
URI |
doi
DOI for the final version of the article, if known.
|
ZonedDateTime |
embargoLiftDate |
String |
issue
The publication's issue in which the article appears
|
String |
title
The title of the article
|
String |
volume
The publication volume in which the article appears
|
| Constructor and Description |
|---|
Article() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getDoi() |
ZonedDateTime |
getEmbargoLiftDate() |
String |
getIssue() |
String |
getTitle() |
String |
getVolume() |
void |
setDoi(URI doi) |
void |
setEmbargoLiftDate(ZonedDateTime embargoLiftDate) |
void |
setIssue(String issue) |
void |
setTitle(String title) |
void |
setVolume(String volume) |
public URI doi
public String volume
public String issue
public String title
public ZonedDateTime embargoLiftDate
public String getTitle()
public void setTitle(String title)
public String getVolume()
public void setVolume(String volume)
public String getIssue()
public void setIssue(String issue)
public URI getDoi()
public void setDoi(URI doi)
public ZonedDateTime getEmbargoLiftDate()
public void setEmbargoLiftDate(ZonedDateTime embargoLiftDate)
Copyright © 2020. All rights reserved.