org.gcube.data.publishing.gis.publisher.model.requests
Class WMSGroupGenerationRequest

java.lang.Object
  extended by org.gcube.data.publishing.gis.publisher.model.requests.WMSGroupGenerationRequest

public class WMSGroupGenerationRequest
extends Object


Constructor Summary
WMSGroupGenerationRequest()
           
WMSGroupGenerationRequest(Map<String,String> toAssociateLayersAndStyle, String toGenerateGroupName)
           
 
Method Summary
 Map<String,String> getToAssociateLayersAndStyle()
           
 String getToGenerateGroupName()
           
 void setToAssociateLayersAndStyle(Map<String,String> toAssociateLayersAndStyle)
           
 void setToGenerateGroupName(String toGenerateGroupName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMSGroupGenerationRequest

public WMSGroupGenerationRequest()

WMSGroupGenerationRequest

public WMSGroupGenerationRequest(Map<String,String> toAssociateLayersAndStyle,
                                 String toGenerateGroupName)
Method Detail

getToAssociateLayersAndStyle

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

setToAssociateLayersAndStyle

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

getToGenerateGroupName

public String getToGenerateGroupName()
Returns:
the toGenerateGroupName

setToGenerateGroupName

public void setToGenerateGroupName(String toGenerateGroupName)
Parameters:
toGenerateGroupName - the toGenerateGroupName to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.