Class VO
- java.lang.Object
-
- org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VO
-
- All Implemented Interfaces:
Serializable,Comparable<VO>
public class VO extends Object implements Serializable, Comparable<VO>
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(VO vo)StringgetCatalogUrl()StringgetDescription()StringgetEndDate()StringgetName()StringgetScope()StringgetStartDate()LinkedHashMap<String,VRE>getVres()voidsetCatalogUrl(String catalogUrl)voidsetDescription(String description)voidsetEndDate(String endDate)voidsetName(String name)voidsetScope(String scope)voidsetStartDate(String startDate)voidsetVres(LinkedHashMap<String,VRE> 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,VRE> getVres()
-
setVres
public void setVres(LinkedHashMap<String,VRE> vres)
-
getStartDate
public String getStartDate()
-
setStartDate
public void setStartDate(String startDate)
-
getEndDate
public String getEndDate()
-
setEndDate
public void setEndDate(String endDate)
-
getCatalogUrl
public String getCatalogUrl()
-
setCatalogUrl
public void setCatalogUrl(String catalogUrl)
-
compareTo
public int compareTo(VO vo)
- Specified by:
compareToin interfaceComparable<VO>
-
-