org.gcube.application.aquamaps.publisher.impl.model
Class WMSContext
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static org.gcube.common.core.utils.logging.GCUBELog logger
WMSContext
public WMSContext(org.gcube.common.gis.datamodel.enhanced.WMSContextInfo wmsContextInfo,
ArrayList<String> layersId)
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.