org.gcube.portlets.user.speciesdiscovery.shared
Class DataSourceRepositoryInfo
java.lang.Object
org.gcube.portlets.user.speciesdiscovery.shared.DataSourceRepositoryInfo
- All Implemented Interfaces:
- Serializable
public class DataSourceRepositoryInfo
- extends Object
- implements Serializable
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
- See Also:
- Serialized Form
DataSourceRepositoryInfo
public DataSourceRepositoryInfo(String logoUrl,
String pageUrl,
Map<String,String> properties,
String description)
DataSourceRepositoryInfo
public DataSourceRepositoryInfo()
getLogoUrl
public String getLogoUrl()
setLogoUrl
public void setLogoUrl(String logoUrl)
getPageUrl
public String getPageUrl()
setPageUrl
public void setPageUrl(String pageUrl)
getProperties
public Map<String,String> getProperties()
setProperties
public void setProperties(Map<String,String> properties)
getName
public String getName()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.