Class WfsLayerDataSource
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- All Implemented Interfaces:
Serializable
@Entity public class WfsLayerDataSource extends LayerDataSource
Class representing a layer data source for WFS layers- Author:
- Johannes Weskamm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WfsLayerDataSource()WfsLayerDataSource(String name, String type, String url, String format, String version, String typeName, String typeNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetTypeName()StringgetTypeNames()StringgetVersion()inthashCode()voidsetTypeName(String typeName)voidsetTypeNames(String typeNames)voidsetVersion(String version)-
Methods inherited from class de.terrestris.shoguncore.model.layer.source.LayerDataSource
getFormat, getName, getType, getUrl, setFormat, setName, setType, setUrl
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Constructor Detail
-
WfsLayerDataSource
public WfsLayerDataSource()
-
WfsLayerDataSource
public WfsLayerDataSource(String name, String type, String url, String format, String version, String typeName, String typeNames)
- Parameters:
name- Name of datasourcetype- Type of datasourceurl- URL of datasourceformat- The formatversion- WFS versiontypeName- Thr type nametypeNames- Thr type names
-
-
Method Detail
-
getVersion
public String getVersion()
- Returns:
- the version
-
setVersion
public void setVersion(String version)
- Parameters:
version- the version to set
-
getTypeName
public String getTypeName()
- Returns:
- the typeName
-
setTypeName
public void setTypeName(String typeName)
- Parameters:
typeName- the typeName to set
-
getTypeNames
public String getTypeNames()
- Returns:
- the typeNames
-
setTypeNames
public void setTypeNames(String typeNames)
- Parameters:
typeNames- the typeNames to set
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-