Class CategoryWrapper
- java.lang.Object
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class CategoryWrapper extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
A wrapper for the MetadataCategory class.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
- See Also:
org.gcube.datacatalogue.metadatadiscovery.bean.jaxb.MetadataCategory, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CategoryWrapper()CategoryWrapper(String id, String title, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()List<MetadataFieldWrapper>getFieldsForThisCategory()StringgetId()StringgetTitle()voidsetDescription(String description)voidsetFieldsForThisCategory(List<MetadataFieldWrapper> fieldsForThisCategory)voidsetId(String id)voidsetTitle(String title)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getFieldsForThisCategory
public List<MetadataFieldWrapper> getFieldsForThisCategory()
-
setFieldsForThisCategory
public void setFieldsForThisCategory(List<MetadataFieldWrapper> fieldsForThisCategory)
-
-