org.gcube.common.geoserverinterface.bean
Class WorkspaceRest

java.lang.Object
  extended by org.gcube.common.geoserverinterface.bean.WorkspaceRest
All Implemented Interfaces:
Serializable

public class WorkspaceRest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WorkspaceRest()
           
 
Method Summary
 String getName()
           
 ArrayList<String> getStores(String typeStore)
           
 void setName(String name)
           
 void setStores(String typeStore, List<String> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceRest

public WorkspaceRest()
Method Detail

getName

public String getName()
Returns:

setName

public void setName(String name)
Parameters:
name -

getStores

public ArrayList<String> getStores(String typeStore)

setStores

public void setStores(String typeStore,
                      List<String> list)


Copyright © 2012. All Rights Reserved.