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

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

public class GISRequestConfiguration
extends Object


Constructor Summary
GISRequestConfiguration()
           
 
Method Summary
 boolean equals(Object obj)
           
 GISRepositoryType getRepositoryDestination()
           
 List<LayerGenerationRequest> getToGenerateLayers()
           
 List<StyleGenerationRequest> getToGenerateStyles()
           
 List<WMSGroupGenerationRequest> getToGenerateWMSGroups()
           
 String getWorkspace()
           
 int hashCode()
           
 boolean isPushInformationInGEONetwork()
           
 void setPushInformationInGEONetwork(boolean pushInformationInGEONetwork)
           
 void setRepositoryDestination(GISRepositoryType repositoryDestination)
           
 void setToGenerateLayers(List<LayerGenerationRequest> toGenerateLayers)
           
 void setToGenerateStyles(List<StyleGenerationRequest> toGenerateStyles)
           
 void setToGenerateWMSGroups(List<WMSGroupGenerationRequest> toGenerateWMSGroups)
           
 void setWorkspace(String workspace)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GISRequestConfiguration

public GISRequestConfiguration()
Method Detail

isPushInformationInGEONetwork

public boolean isPushInformationInGEONetwork()
Returns:
the pushInformationInGEONetwork

setPushInformationInGEONetwork

public void setPushInformationInGEONetwork(boolean pushInformationInGEONetwork)
Parameters:
pushInformationInGEONetwork - the pushInformationInGEONetwork to set

getWorkspace

public String getWorkspace()
Returns:
the workspace

setWorkspace

public void setWorkspace(String workspace)
Parameters:
workspace - the workspace to set

getRepositoryDestination

public GISRepositoryType getRepositoryDestination()
Returns:
the repositoryDestination

setRepositoryDestination

public void setRepositoryDestination(GISRepositoryType repositoryDestination)
Parameters:
repositoryDestination - the repositoryDestination to set

getToGenerateLayers

public List<LayerGenerationRequest> getToGenerateLayers()
Returns:
the toGenerateLayers

setToGenerateLayers

public void setToGenerateLayers(List<LayerGenerationRequest> toGenerateLayers)
Parameters:
toGenerateLayers - the toGenerateLayers to set

getToGenerateStyles

public List<StyleGenerationRequest> getToGenerateStyles()
Returns:
the toGenerateStyles

setToGenerateStyles

public void setToGenerateStyles(List<StyleGenerationRequest> toGenerateStyles)
Parameters:
toGenerateStyles - the toGenerateStyles to set

getToGenerateWMSGroups

public List<WMSGroupGenerationRequest> getToGenerateWMSGroups()
Returns:
the toGenerateWMSGroups

setToGenerateWMSGroups

public void setToGenerateWMSGroups(List<WMSGroupGenerationRequest> toGenerateWMSGroups)
Parameters:
toGenerateWMSGroups - the toGenerateWMSGroups to set

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.