org.gcube.contentmanagement.timeseries.geotools.gisconnectors
Class GISLayerInformation

java.lang.Object
  extended by org.gcube.contentmanagement.timeseries.geotools.gisconnectors.GISLayerInformation

public class GISLayerInformation
extends java.lang.Object


Constructor Summary
GISLayerInformation()
           
 
Method Summary
 java.lang.String getDefaultStyle()
           
 java.lang.String getLayerName()
           
 java.lang.String getLayerTitle()
           
 void setDefaultStyle(java.lang.String defaultStyle)
           
 void setLayerName(java.lang.String layerName)
           
 void setLayerTitle(java.lang.String layerTitle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GISLayerInformation

public GISLayerInformation()
Method Detail

setLayerName

public void setLayerName(java.lang.String layerName)

getLayerName

public java.lang.String getLayerName()

getDefaultStyle

public java.lang.String getDefaultStyle()

setDefaultStyle

public void setDefaultStyle(java.lang.String defaultStyle)

getLayerTitle

public java.lang.String getLayerTitle()

setLayerTitle

public void setLayerTitle(java.lang.String layerTitle)