Class RESTLayer
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.communication.RESTLayer
-
public class RESTLayer extends AbstractRESTEntity
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RESTAttribute>getAttributes()RESTBoundingBoxgetBbox()StringgetDescription()StringgetHref()StringgetName()StringgetNativeName()StringgetOriginalName()StringgetSrs()RESTStylegetStyle()StringgetTitle()voidsetAttributes(List<RESTAttribute> attributes)voidsetBbox(RESTBoundingBox bbox)voidsetDescription(String description)voidsetHref(String href)voidsetName(String name)voidsetNativeName(String nativeName)voidsetOriginalName(String originalName)voidsetSrs(String srs)voidsetStyle(RESTStyle style)voidsetTitle(String title)
-
-
-
Constructor Detail
-
RESTLayer
public RESTLayer()
Default constructor.
-
RESTLayer
public RESTLayer(String name, String href, String title, String description, String originalName, String nativeName, String srs, RESTBoundingBox bbox, List<RESTAttribute> attributes, RESTStyle style)
- Parameters:
name-href-title-originalName-nativeName-srs-bbox-attributes-style-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getHref
public String getHref()
- Returns:
- the href
-
setHref
public void setHref(String href)
- Parameters:
href- the href to set
-
getTitle
public String getTitle()
- Returns:
- the title
-
setTitle
public void setTitle(String title)
- Parameters:
title- the title to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
getOriginalName
public String getOriginalName()
- Returns:
- the originalName
-
setOriginalName
public void setOriginalName(String originalName)
- Parameters:
originalName- the originalName to set
-
getNativeName
public String getNativeName()
- Returns:
- the nativeName
-
setNativeName
public void setNativeName(String nativeName)
- Parameters:
nativeName- the nativeName to set
-
getSrs
public String getSrs()
- Returns:
- the srs
-
setSrs
public void setSrs(String srs)
- Parameters:
srs- the srs to set
-
getBbox
public RESTBoundingBox getBbox()
- Returns:
- the bbox
-
setBbox
public void setBbox(RESTBoundingBox bbox)
- Parameters:
bbox- the bbox to set
-
getAttributes
public List<RESTAttribute> getAttributes()
- Returns:
- the attributes
-
setAttributes
public void setAttributes(List<RESTAttribute> attributes)
- Parameters:
attributes- the attributes to set
-
getStyle
public RESTStyle getStyle()
- Returns:
- the style
-
setStyle
public void setStyle(RESTStyle style)
- Parameters:
style- the style to set
-
-