Class MetaDataProfileBean
- java.lang.Object
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class MetaDataProfileBean extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
A MetaDataProfileBean with its children (MetaDataType, MetaDataFields, Categories)- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataProfileBean()MetaDataProfileBean(String type, String title, List<MetadataFieldWrapper> metadataFields, List<CategoryWrapper> categories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CategoryWrapper>getCategories()List<MetadataFieldWrapper>getMetadataFields()StringgetTitle()StringgetType()voidsetCategories(List<CategoryWrapper> categories)voidsetMetadataFields(List<MetadataFieldWrapper> metadataFields)voidsetTitle(String title)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
MetaDataProfileBean
public MetaDataProfileBean()
-
MetaDataProfileBean
public MetaDataProfileBean(String type, String title, List<MetadataFieldWrapper> metadataFields, List<CategoryWrapper> categories)
-
-
Method Detail
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
getMetadataFields
public List<MetadataFieldWrapper> getMetadataFields()
- Returns:
- the metadataFields
-
setMetadataFields
public void setMetadataFields(List<MetadataFieldWrapper> metadataFields)
- Parameters:
metadataFields- the metadataFields to set
-
getCategories
public List<CategoryWrapper> getCategories()
-
setCategories
public void setCategories(List<CategoryWrapper> categories)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
-