Class DOI_dv
- java.lang.Object
-
- org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.DOI_dv
-
- All Implemented Interfaces:
Serializable
public class DOI_dv extends Object implements Serializable
The Class DOI_dv.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Jul 28, 2023
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDoi()Gets the doi.StringgetDoi_url()Gets the doi url.voidsetDoi(String doi)Sets the doi.voidsetDoi_url(String doi_url)Sets the doi url.StringtoString()To string.
-
-
-
Method Detail
-
getDoi
public String getDoi()
Gets the doi.- Returns:
- the doi
-
getDoi_url
public String getDoi_url()
Gets the doi url.- Returns:
- the doi url
-
setDoi
public void setDoi(String doi)
Sets the doi.- Parameters:
doi- the new doi
-
setDoi_url
public void setDoi_url(String doi_url)
Sets the doi url.- Parameters:
doi_url- the new doi url
-
-