org.gcube.data.spd.plugin.fwk.util
Class RepositoryInfo

java.lang.Object
  extended by org.gcube.data.spd.plugin.fwk.util.RepositoryInfo

public class RepositoryInfo
extends Object


Constructor Summary
RepositoryInfo(String logoUrl, String pageReferenceUrl, String description)
           
 
Method Summary
 void addProperty(String key, String value)
           
 String getDescription()
           
 String getLogoUrl()
           
 String getPageReferenceUrl()
           
 Map<String,String> getProperties()
           
 void resetProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryInfo

public RepositoryInfo(String logoUrl,
                      String pageReferenceUrl,
                      String description)
Method Detail

getLogoUrl

public String getLogoUrl()

getPageReferenceUrl

public String getPageReferenceUrl()

getDescription

public String getDescription()

getProperties

public Map<String,String> getProperties()

addProperty

public void addProperty(String key,
                        String value)

resetProperties

public void resetProperties()


Copyright © 2012. All Rights Reserved.