org.gcube.data.spd.model
Class RepositoryInfo

java.lang.Object
  extended by org.gcube.data.spd.model.RepositoryInfo

public class RepositoryInfo
extends Object


Constructor Summary
protected RepositoryInfo()
           
  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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryInfo

protected RepositoryInfo()

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()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.