public class DatasetBean extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
DatasetBean()
Instantiates a new dataset bean.
|
DatasetBean(String id,
String title,
String description,
Map<String,List<String>> customFields,
List<String> tags,
String license,
boolean visible,
String source,
long version,
String authorName,
String authorSurname,
String authorEmail,
String maintainer,
String maintainerEmail,
String ownerIdentifier,
List<OrganizationBean> organizationList,
String selectedOrganization,
ResourceElementBean resourceRoot,
List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> metadataList,
List<OrganizationBean> groups,
List<String> tagsVocabulary)
Create a metadata bean object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorEmail()
Gets the author email.
|
String |
getAuthorFullName()
Gets the author full name.
|
String |
getAuthorName()
Gets the author name.
|
String |
getAuthorSurname()
Gets the author surname.
|
String |
getChosenType()
Gets the chosen type.
|
String |
getCkanName() |
List<ResourceElementBean> |
getCkanResources()
Gets the ckan resources.
|
Map<String,List<String>> |
getCustomFields()
Gets the custom fields.
|
String |
getDescription()
Gets the description.
|
List<OrganizationBean> |
getGroups()
Gets the groups.
|
List<OrganizationBean> |
getGroupsForceCreation()
Gets the groups force creation.
|
String |
getId()
Gets the id.
|
String |
getLicense()
Gets the license.
|
String |
getMaintainer()
Gets the maintainer.
|
String |
getMaintainerEmail()
Gets the maintainer email.
|
List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> |
getMetadataList()
Gets the metadata list.
|
List<OrganizationBean> |
getOrganizationList()
Gets the organization list.
|
String |
getOwnerIdentifier()
Gets the owner identifier.
|
ResourceElementBean |
getResourceRoot()
Gets the resource root.
|
String |
getSelectedOrganization()
Gets the selected organization.
|
String |
getSource()
Gets the source.
|
List<String> |
getTags()
Gets the tags.
|
List<String> |
getTagsVocabulary()
Gets the tags vocabulary.
|
String |
getTitle()
Gets the title.
|
long |
getVersion()
Gets the version.
|
boolean |
getVisibility()
Gets the visibility.
|
String |
getWsFolderId() |
void |
setAuthorEmail(String authorEmail)
Sets the author email.
|
void |
setAuthorFullName(String authorFullName)
Sets the author full name.
|
void |
setAuthorName(String authorName)
Sets the author name.
|
void |
setAuthorSurname(String authorSurname)
Sets the author surname.
|
void |
setChosenType(String chosenType)
Sets the chosen type.
|
void |
setCkanName(String ckanName) |
void |
setCustomFields(Map<String,List<String>> customFields)
Sets the custom fields.
|
void |
setDescription(String description)
Sets the description.
|
void |
setGroups(List<OrganizationBean> groups)
Sets the groups.
|
void |
setGroupsForceCreation(List<OrganizationBean> groupsForceCreation)
Sets the groups force creation.
|
void |
setId(String id)
Sets the id.
|
void |
setLicense(String license)
Sets the license.
|
void |
setMaintainer(String maintainer)
Sets the maintainer.
|
void |
setMaintainerEmail(String maintainerEmail)
Sets the maintainer email.
|
void |
setMetadataList(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> metadataListTypes)
Sets the metadata list.
|
void |
setOrganizationList(List<OrganizationBean> organizationList)
Sets the organization list.
|
void |
setOwnerIdentifier(String ownerIdentifier)
Sets the owner identifier.
|
void |
setResourceRoot(ResourceElementBean resourceRoot)
Sets the resource root.
|
void |
setResources(List<ResourceElementBean> resources)
Sets the resources.
|
void |
setSelectedOrganization(String selectedOrganization)
Sets the selected organization.
|
void |
setSource(String source)
Sets the source.
|
void |
setTags(List<String> tags)
Sets the tags.
|
void |
setTagsVocabulary(List<String> tagsVocabulary)
Sets the tags vocabulary.
|
void |
setTitle(String title)
Sets the title.
|
void |
setVersion(long version)
Sets the version.
|
void |
setVisibile(boolean visibile)
Sets the visibile.
|
void |
setWSFolderId(String folderId) |
String |
toString() |
public DatasetBean()
public DatasetBean(String id, String title, String description, Map<String,List<String>> customFields, List<String> tags, String license, boolean visible, String source, long version, String authorName, String authorSurname, String authorEmail, String maintainer, String maintainerEmail, String ownerIdentifier, List<OrganizationBean> organizationList, String selectedOrganization, ResourceElementBean resourceRoot, List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> metadataList, List<OrganizationBean> groups, List<String> tagsVocabulary)
id - the idtitle - the titledescription - the descriptioncustomFields - the custom fieldstags - the tagslicense - the licensevisible - the visiblesource - the sourceversion - the versionauthorName - the author nameauthorSurname - the author surnameauthorEmail - the author emailmaintainer - the maintainermaintainerEmail - the maintainer emailownerIdentifier - the owner identifierorganizationList - the organization listselectedOrganization - the selected organizationresourceRoot - the resource rootmetadataList - the metadata listgroups - the groupstagsVocabulary - the tags vocabularypublic String getCkanName()
public void setCkanName(String ckanName)
public String getChosenType()
public void setChosenType(String chosenType)
chosenType - the new chosen typepublic List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> getMetadataList()
public void setMetadataList(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> metadataListTypes)
metadataListTypes - the new metadata listpublic String getId()
public void setId(String id)
id - the new idpublic String getOwnerIdentifier()
public void setOwnerIdentifier(String ownerIdentifier)
ownerIdentifier - the new owner identifierpublic String getTitle()
public void setTitle(String title)
title - the new titlepublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic Map<String,List<String>> getCustomFields()
public void setCustomFields(Map<String,List<String>> customFields)
customFields - the custom fieldspublic String getLicense()
public void setLicense(String license)
license - the new licensepublic boolean getVisibility()
public void setVisibile(boolean visibile)
visibile - the new visibilepublic String getSource()
public void setSource(String source)
source - the new sourcepublic long getVersion()
public void setVersion(long version)
version - the new versionpublic String getAuthorName()
public void setAuthorName(String authorName)
authorName - the new author namepublic String getAuthorSurname()
public void setAuthorSurname(String authorSurname)
authorSurname - the new author surnamepublic String getAuthorEmail()
public void setAuthorEmail(String authorEmail)
authorEmail - the new author emailpublic String getMaintainer()
public void setMaintainer(String maintainer)
maintainer - the new maintainerpublic String getMaintainerEmail()
public void setMaintainerEmail(String maintainerEmail)
maintainerEmail - the new maintainer emailpublic List<OrganizationBean> getOrganizationList()
public void setOrganizationList(List<OrganizationBean> organizationList)
organizationList - the new organization listpublic String getSelectedOrganization()
public void setSelectedOrganization(String selectedOrganization)
selectedOrganization - the new selected organizationpublic ResourceElementBean getResourceRoot()
public void setResourceRoot(ResourceElementBean resourceRoot)
resourceRoot - the new resource rootpublic String getAuthorFullName()
public void setAuthorFullName(String authorFullName)
authorFullName - the new author full namepublic List<OrganizationBean> getGroups()
public void setGroups(List<OrganizationBean> groups)
groups - the new groupspublic List<String> getTagsVocabulary()
public void setTagsVocabulary(List<String> tagsVocabulary)
tagsVocabulary - the new tags vocabularypublic List<OrganizationBean> getGroupsForceCreation()
public void setGroupsForceCreation(List<OrganizationBean> groupsForceCreation)
groupsForceCreation - the new groups force creationpublic void setResources(List<ResourceElementBean> resources)
resources - the new resourcespublic List<ResourceElementBean> getCkanResources()
public void setWSFolderId(String folderId)
public String getWsFolderId()
Copyright © 2026. All rights reserved.