Class GeoServerPlatformInfoDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.materialization.GeoServerPlatformInfoDV
-
- All Implemented Interfaces:
Serializable
public class GeoServerPlatformInfoDV extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoServerPlatformInfoDV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()Map<String,String>getOgcLinks()StringgetStoreName()StringgetType()StringgetWorkspace()voidsetHost(String host)voidsetOgcLinks(Map<String,String> ogcLinks)voidsetStoreName(String storeName)voidsetType(String type)voidsetWorkspace(String workspace)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getWorkspace
public String getWorkspace()
-
setWorkspace
public void setWorkspace(String workspace)
-
getStoreName
public String getStoreName()
-
setStoreName
public void setStoreName(String storeName)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
-