public class LayerCsw extends Object
| Constructor and Description |
|---|
LayerCsw() |
LayerCsw(String uuid,
String name,
String title,
String description,
String geoserverUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getGeoserverUrl() |
String |
getName() |
String |
getTitle() |
String |
getUuid() |
void |
setDescription(String description) |
void |
setGeoserverUrl(String geoserverUrl) |
void |
setName(String name) |
void |
setTitle(String title) |
void |
setUuid(String uuid) |
public LayerCsw(String uuid, String name, String title, String description, String geoserverUrl)
name - title - geoserverUrl - public LayerCsw()
public String getName()
public void setName(String name)
name - the name to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getGeoserverUrl()
public void setGeoserverUrl(String geoserverUrl)
geoserverUrl - the geoserverUrl to setpublic String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2014. All Rights Reserved.