org.gcube.application.aquamaps.publisher.impl.model
Class WMSContext

java.lang.Object
  extended by org.gcube.application.aquamaps.publisher.impl.model.WMSContext
All Implemented Interfaces:
Storable

public class WMSContext
extends Object
implements Storable


Field Summary
static org.gcube.common.core.utils.logging.GCUBELog logger
           
 
Constructor Summary
WMSContext(org.gcube.common.gis.datamodel.enhanced.WMSContextInfo wmsContextInfo, ArrayList<String> layersId)
           
 
Method Summary
 String getId()
           
 ArrayList<String> getLayersId()
           
 org.gcube.common.gis.datamodel.enhanced.WMSContextInfo getWmsContextInfo()
           
 void setId(String id)
           
 void setLayersId(ArrayList<String> layersId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

WMSContext

public WMSContext(org.gcube.common.gis.datamodel.enhanced.WMSContextInfo wmsContextInfo,
                  ArrayList<String> layersId)
Method Detail

getLayersId

public ArrayList<String> getLayersId()
Returns:
the layersId

setLayersId

public void setLayersId(ArrayList<String> layersId)
Parameters:
layersId - the layersId to set

getId

public String getId()
Specified by:
getId in interface Storable
Returns:
the id

setId

public void setId(String id)
Specified by:
setId in interface Storable
Parameters:
id - the id to set

getWmsContextInfo

public org.gcube.common.gis.datamodel.enhanced.WMSContextInfo getWmsContextInfo()
Returns:
the wmsContextInfo


Copyright © 2013. All Rights Reserved.