public class CategoryWrapper extends Object implements Serializable
org.gcube.datacatalogue.metadatadiscovery.bean.jaxb.MetadataCategory,
Serialized Form| Constructor and Description |
|---|
CategoryWrapper() |
CategoryWrapper(String id,
String title,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<MetadataFieldWrapper> |
getFieldsForThisCategory() |
String |
getId() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setFieldsForThisCategory(List<MetadataFieldWrapper> fieldsForThisCategory) |
void |
setId(String id) |
void |
setTitle(String title) |
String |
toString() |
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public List<MetadataFieldWrapper> getFieldsForThisCategory()
public void setFieldsForThisCategory(List<MetadataFieldWrapper> fieldsForThisCategory)
Copyright © 2021. All Rights Reserved.