org.gcube.common.geoserverinterface.bean
Class GroupRest
java.lang.Object
org.gcube.common.geoserverinterface.bean.GroupRest
- All Implemented Interfaces:
- Serializable
public class GroupRest
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupRest
public GroupRest()
getName
public String getName()
- Returns:
setName
public void setName(String name)
- Parameters:
name
-
getLayers
public ArrayList<String> getLayers()
setLayers
public void setLayers(ArrayList<String> layers)
getStyles
public Collection<String> getStyles()
getBounds
public BoundsRest getBounds()
- Returns:
setBounds
public void setBounds(BoundsRest bounds)
- Parameters:
bounds
-
addLayer
public void addLayer(String layer)
getStyle
public String getStyle(String layer)
addStyle
public void addStyle(String layer,
String style)
setStyles
public void setStyles(Map<String,String> styles)
Copyright © 2012. All Rights Reserved.