Class VREJAXB
- java.lang.Object
-
- org.gcube.infrastructure.detachedres.detachedreslibrary.server.is.obj.VREJAXB
-
public class VREJAXB extends Object
- Author:
- Giancarlo Panichi, updated by Francesco Mangiacrapa at ISTI-CNR
-
-
Constructor Summary
Constructors Constructor Description VREJAXB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogPortletURL()StringgetCatalogUrl()StringgetDescription()DategetEndDate()ArrayList<String>getManagers()StringgetName()StringgetScope()DategetStartDate()voidsetCatalogPortletURL(String catalogPortletURL)voidsetCatalogUrl(String catalogUrl)voidsetDescription(String description)voidsetEndDate(Date endDate)voidsetManagers(ArrayList<String> managers)voidsetName(String name)voidsetScope(String scope)voidsetStartDate(Date startDate)StringtoString()
-
-
-
Method Detail
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
getEndDate
public Date getEndDate()
-
setEndDate
public void setEndDate(Date endDate)
-
getCatalogUrl
public String getCatalogUrl()
-
setCatalogUrl
public void setCatalogUrl(String catalogUrl)
-
getCatalogPortletURL
public String getCatalogPortletURL()
-
setCatalogPortletURL
public void setCatalogPortletURL(String catalogPortletURL)
-
-