public class DataSourceRepositoryInfo extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Serializable
| Constructor and Description |
|---|
DataSourceRepositoryInfo()
Instantiates a new data source repository info.
|
DataSourceRepositoryInfo(String logoUrl,
String pageUrl,
Map<String,String> properties,
String description)
Instantiates a new data source repository info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getLogoUrl()
Gets the logo url.
|
String |
getName()
Gets the name.
|
String |
getPageUrl()
Gets the page url.
|
Map<String,String> |
getProperties()
Gets the properties.
|
void |
setDescription(String description)
Sets the description.
|
void |
setLogoUrl(String logoUrl)
Sets the logo url.
|
void |
setPageUrl(String pageUrl)
Sets the page url.
|
void |
setProperties(Map<String,String> properties)
Sets the properties.
|
String |
toString() |
public DataSourceRepositoryInfo()
public DataSourceRepositoryInfo(String logoUrl, String pageUrl, Map<String,String> properties, String description)
logoUrl - the logo urlpageUrl - the page urlproperties - the propertiesdescription - the descriptionpublic String getLogoUrl()
public void setLogoUrl(String logoUrl)
logoUrl - the new logo urlpublic String getPageUrl()
public void setPageUrl(String pageUrl)
pageUrl - the new page urlpublic Map<String,String> getProperties()
public void setProperties(Map<String,String> properties)
properties - the propertiespublic String getName()
public String getDescription()
public void setDescription(String description)
description - the new descriptionCopyright © 2020. All Rights Reserved.