org.gcube.portlets.user.speciesdiscovery.shared
Class DataSourceRepositoryInfo

java.lang.Object
  extended by 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

Constructor Summary
DataSourceRepositoryInfo()
           
DataSourceRepositoryInfo(String logoUrl, String pageUrl, Map<String,String> properties, String description)
           
 
Method Summary
 String getDescription()
           
 String getLogoUrl()
           
 String getName()
           
 String getPageUrl()
           
 Map<String,String> getProperties()
           
 void setDescription(String description)
           
 void setLogoUrl(String logoUrl)
           
 void setPageUrl(String pageUrl)
           
 void setProperties(Map<String,String> properties)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceRepositoryInfo

public DataSourceRepositoryInfo(String logoUrl,
                                String pageUrl,
                                Map<String,String> properties,
                                String description)

DataSourceRepositoryInfo

public DataSourceRepositoryInfo()
Method Detail

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.