org.gcube.data.publishing.gis.publisher.model.response
Class GeneratedLayerReport

java.lang.Object
  extended by org.gcube.data.publishing.gis.publisher.model.response.GeneratedLayerReport

public class GeneratedLayerReport
extends Object


Constructor Summary
GeneratedLayerReport()
           
GeneratedLayerReport(String toGenerateLayerName, String generatedLayerName, List<String> associatedStyles, String layerUri)
           
 
Method Summary
 List<String> getAssociatedStyles()
           
 String getGeneratedLayerName()
           
 String getLayerUri()
           
 String getToGenerateLayerName()
           
 void setAssociatedStyles(List<String> associatedStyles)
           
 void setGeneratedLayerName(String generatedLayerName)
           
 void setLayerUri(String layerUri)
           
 void setToGenerateLayerName(String toGenerateLayerName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneratedLayerReport

public GeneratedLayerReport()

GeneratedLayerReport

public GeneratedLayerReport(String toGenerateLayerName,
                            String generatedLayerName,
                            List<String> associatedStyles,
                            String layerUri)
Method Detail

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.