org.gcube.data.publishing.gis.publisher.model.response
Class GeneratedLayerReport
java.lang.Object
org.gcube.data.publishing.gis.publisher.model.response.GeneratedLayerReport
public class GeneratedLayerReport
- extends Object
GeneratedLayerReport
public GeneratedLayerReport()
GeneratedLayerReport
public GeneratedLayerReport(String toGenerateLayerName,
String generatedLayerName,
List<String> associatedStyles,
String layerUri)
getToGenerateLayerName
public String getToGenerateLayerName()
- Returns:
- the toGenerateLayerName
setToGenerateLayerName
public void setToGenerateLayerName(String toGenerateLayerName)
- Parameters:
toGenerateLayerName - the toGenerateLayerName to set
getGeneratedLayerName
public String getGeneratedLayerName()
- Returns:
- the generatedLayerName
setGeneratedLayerName
public void setGeneratedLayerName(String generatedLayerName)
- Parameters:
generatedLayerName - the generatedLayerName to set
getAssociatedStyles
public List<String> getAssociatedStyles()
- Returns:
- the associatedStyles
setAssociatedStyles
public void setAssociatedStyles(List<String> associatedStyles)
- Parameters:
associatedStyles - the associatedStyles to set
getLayerUri
public String getLayerUri()
- Returns:
- the layerUri
setLayerUri
public void setLayerUri(String layerUri)
- Parameters:
layerUri - the layerUri to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.