Class Gateway
- java.lang.Object
-
- org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.Gateway
-
- All Implemented Interfaces:
Serializable,Comparable<Gateway>
public class Gateway extends Object implements Serializable, Comparable<Gateway>
- Author:
- Giancarlo Panichi
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Gateway gateway)StringgetCatalogUrl()StringgetDescription()StringgetEndDate()StringgetName()StringgetScope()StringgetStartDate()LinkedHashMap<String,VO>getVos()voidsetCatalogUrl(String catalogUrl)voidsetDescription(String description)voidsetEndDate(String endDate)voidsetName(String name)voidsetScope(String scope)voidsetStartDate(String startDate)voidsetVos(LinkedHashMap<String,VO> vos)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)
-
getVos
public LinkedHashMap<String,VO> getVos()
-
setVos
public void setVos(LinkedHashMap<String,VO> vos)
-
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(Gateway gateway)
- Specified by:
compareToin interfaceComparable<Gateway>
-
-