Class VOJAXB
- java.lang.Object
-
- org.gcube.infrastructure.detachedres.detachedreslibrary.server.is.obj.VOJAXB
-
public class VOJAXB extends Object
- Author:
- Giancarlo Panichi
-
-
Constructor Summary
Constructors Constructor Description VOJAXB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCatalogUrl()StringgetDescription()DategetEndDate()StringgetName()StringgetScope()DategetStartDate()LinkedHashMap<String,VREJAXB>getVres()voidsetCatalogUrl(String catalogUrl)voidsetDescription(String description)voidsetEndDate(Date endDate)voidsetName(String name)voidsetScope(String scope)voidsetStartDate(Date startDate)voidsetVres(LinkedHashMap<String,VREJAXB> vres)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)
-
getVres
public LinkedHashMap<String,VREJAXB> getVres()
-
setVres
public void setVres(LinkedHashMap<String,VREJAXB> vres)
-
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)
-
-