Class ZenodoCommunity
- java.lang.Object
-
- org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoCommunity
-
- All Implemented Interfaces:
Serializable
public class ZenodoCommunity extends Object implements Serializable
The Class ZenodoCommunity.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Dec 10, 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZenodoCommunity()Instantiates a new zenodo community.ZenodoCommunity(String identifier)Instantiates a new zenodo community.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()Gets the identifier.voidsetIdentifier(String identifier)Sets the identifier.StringtoString()
-
-
-
Constructor Detail
-
ZenodoCommunity
public ZenodoCommunity()
Instantiates a new zenodo community.
-
ZenodoCommunity
public ZenodoCommunity(String identifier)
Instantiates a new zenodo community.- Parameters:
identifier- the identifier
-
-