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

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

public class GeneratedWMSGroupReport
extends Object


Constructor Summary
GeneratedWMSGroupReport()
           
GeneratedWMSGroupReport(String toGeneratedGroupName, String generatedGroupName, Map<String,String> toAssociateLayersAndStyle, Map<String,String> associatedLayersAndStyle)
           
 
Method Summary
 Map<String,String> getAssociatedLayersAndStyle()
           
 String getGeneratedGroupName()
           
 Map<String,String> getToAssociateLayersAndStyle()
           
 String getToGeneratedGroupName()
           
 void setAssociatedLayersAndStyle(Map<String,String> associatedLayersAndStyle)
           
 void setGeneratedGroupName(String generatedGroupName)
           
 void setToAssociateLayersAndStyle(Map<String,String> toAssociateLayersAndStyle)
           
 void setToGeneratedGroupName(String toGeneratedGroupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratedWMSGroupReport

public GeneratedWMSGroupReport()

GeneratedWMSGroupReport

public GeneratedWMSGroupReport(String toGeneratedGroupName,
                               String generatedGroupName,
                               Map<String,String> toAssociateLayersAndStyle,
                               Map<String,String> associatedLayersAndStyle)
Method Detail

getToGeneratedGroupName

public String getToGeneratedGroupName()
Returns:
the toGeneratedGroupName

setToGeneratedGroupName

public void setToGeneratedGroupName(String toGeneratedGroupName)
Parameters:
toGeneratedGroupName - the toGeneratedGroupName to set

getGeneratedGroupName

public String getGeneratedGroupName()
Returns:
the generatedGroupName

setGeneratedGroupName

public void setGeneratedGroupName(String generatedGroupName)
Parameters:
generatedGroupName - the generatedGroupName to set

getToAssociateLayersAndStyle

public Map<String,String> getToAssociateLayersAndStyle()
Returns:
the toAssociateLayersAndStyle

setToAssociateLayersAndStyle

public void setToAssociateLayersAndStyle(Map<String,String> toAssociateLayersAndStyle)
Parameters:
toAssociateLayersAndStyle - the toAssociateLayersAndStyle to set

getAssociatedLayersAndStyle

public Map<String,String> getAssociatedLayersAndStyle()
Returns:
the associatedLayersAndStyle

setAssociatedLayersAndStyle

public void setAssociatedLayersAndStyle(Map<String,String> associatedLayersAndStyle)
Parameters:
associatedLayersAndStyle - the associatedLayersAndStyle to set


Copyright © 2013. All Rights Reserved.