minor fixes
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@129112 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e248cf0685
commit
9086cf43c1
|
@ -31,7 +31,7 @@ public class DatasetMetadataBean implements Serializable {
|
||||||
private String title;
|
private String title;
|
||||||
private String description;
|
private String description;
|
||||||
private Map<String, String> customFields;
|
private Map<String, String> customFields;
|
||||||
List<String> tags; // on retrieve, they are the keys of the custom fields
|
private List<String> tags; // on retrieve, they are the keys of the custom fields
|
||||||
private String license; // chosen by the user
|
private String license; // chosen by the user
|
||||||
private boolean visibility; // Private (false) or Public(true)
|
private boolean visibility; // Private (false) or Public(true)
|
||||||
private String source; // url of the folder in the workspace
|
private String source; // url of the folder in the workspace
|
||||||
|
|
Loading…
Reference in New Issue