Class NamespaceCategory
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.jaxb.NamespaceCategory
-
- All Implemented Interfaces:
Serializable,Namespace
public class NamespaceCategory extends Object implements Namespace, Serializable
The Class NamespaceCategory.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 19, 2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamespaceCategory()Instantiates a new namespace category.NamespaceCategory(String id, String name, String title)Instantiates a new namespace category.NamespaceCategory(String id, String name, String title, String description)Instantiates a new namespace category.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetNamespaceCategoryQName()Gets the namespace category qualifier name.StringgetTitle()Gets the title.voidsetDescription(String description)Sets the description.voidsetId(String id)Sets the id.voidsetTitle(String title)Sets the title.StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
Gets the id.- Returns:
- the id
-
getTitle
public String getTitle()
Gets the title.- Returns:
- the title
-
getDescription
public String getDescription()
Gets the description.- Returns:
- the description
-
setId
public void setId(String id)
Sets the id.- Parameters:
id- the id to set
-
getNamespaceCategoryQName
public String getNamespaceCategoryQName()
Gets the namespace category qualifier name. The QName is a unique name to identify the category. It corresponds toid- Returns:
- the namespace category q name
-
setTitle
public void setTitle(String title)
Sets the title.- Parameters:
title- the title to set
-
setDescription
public void setDescription(String description)
Sets the description.- Parameters:
description- the description to set
-
-