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

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

public class LayerGenerationRequest
extends Object


Constructor Summary
LayerGenerationRequest()
           
LayerGenerationRequest(String featureLabel, Class featureClass, String title, String name, ArrayList<String> toAssociateStyles, int defaultStyleIndex, Map<String,String> metaData)
           
 
Method Summary
 int getDefaultStyleIndex()
           
 Class getFeatureClass()
           
 String getFeatureLabel()
           
 Map<String,String> getMetaData()
           
 String getName()
           
 String getTitle()
           
 ArrayList<String> getToAssociateStyles()
           
 void setDefaultStyleIndex(int defaultStyleIndex)
           
 void setFeatureClass(Class featureClass)
           
 void setFeatureLabel(String featureLabel)
           
 void setMetaData(Map<String,String> metaData)
           
 void setName(String name)
           
 void setTitle(String title)
           
 void setToAssociateStyles(ArrayList<String> toAssociateStyles)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerGenerationRequest

public LayerGenerationRequest()

LayerGenerationRequest

public LayerGenerationRequest(String featureLabel,
                              Class featureClass,
                              String title,
                              String name,
                              ArrayList<String> toAssociateStyles,
                              int defaultStyleIndex,
                              Map<String,String> metaData)
Method Detail

getFeatureLabel

public String getFeatureLabel()
Returns:
the featureLabel

setFeatureLabel

public void setFeatureLabel(String featureLabel)
Parameters:
featureLabel - the featureLabel to set

getFeatureClass

public Class getFeatureClass()
Returns:
the featureClass

setFeatureClass

public void setFeatureClass(Class featureClass)
Parameters:
featureClass - the featureClass to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getToAssociateStyles

public ArrayList<String> getToAssociateStyles()
Returns:
the toAssociateStyles

setToAssociateStyles

public void setToAssociateStyles(ArrayList<String> toAssociateStyles)
Parameters:
toAssociateStyles - the toAssociateStyles to set

getDefaultStyleIndex

public int getDefaultStyleIndex()
Returns:
the defaultStyleIndex

setDefaultStyleIndex

public void setDefaultStyleIndex(int defaultStyleIndex)
Parameters:
defaultStyleIndex - the defaultStyleIndex to set

getMetaData

public Map<String,String> getMetaData()
Returns:
the metaData

setMetaData

public void setMetaData(Map<String,String> metaData)
Parameters:
metaData - the metaData to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.