public class DefaultGeoJsfSldTemplate extends Object implements Serializable, net.sf.ahtutils.interfaces.model.crud.EjbRemoveable, net.sf.ahtutils.interfaces.model.crud.EjbPersistable, org.geojsf.interfaces.model.sld.GeoJsfSldTemplate<DefaultGeoJsfLang,DefaultGeoJsfDescription,DefaultGeoJsfSldTemplate,DefaultGeoJsfSldType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultGeoJsfSldTemplate.Code |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DefaultGeoJsfDescription> |
description |
protected Map<String,DefaultGeoJsfLang> |
name |
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultGeoJsfSldTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getCode() |
Map<String,DefaultGeoJsfDescription> |
getDescription() |
long |
getId() |
Map<String,DefaultGeoJsfLang> |
getName() |
DefaultGeoJsfSldType |
getType() |
void |
setCode(String code) |
void |
setDescription(Map<String,DefaultGeoJsfDescription> description) |
void |
setId(long id) |
void |
setName(Map<String,DefaultGeoJsfLang> name) |
void |
setType(DefaultGeoJsfSldType type) |
String |
toString() |
public static final long serialVersionUID
protected Map<String,DefaultGeoJsfLang> name
protected Map<String,DefaultGeoJsfDescription> description
public long getId()
getId in interface net.sf.ahtutils.model.interfaces.with.EjbWithIdpublic void setId(long id)
setId in interface net.sf.ahtutils.model.interfaces.with.EjbWithIdpublic String getCode()
getCode in interface net.sf.ahtutils.interfaces.model.with.code.EjbWithCodepublic void setCode(String code)
setCode in interface net.sf.ahtutils.interfaces.model.with.code.EjbWithCodepublic DefaultGeoJsfSldType getType()
getType in interface org.geojsf.interfaces.model.sld.GeoJsfSldTemplate<DefaultGeoJsfLang,DefaultGeoJsfDescription,DefaultGeoJsfSldTemplate,DefaultGeoJsfSldType>public void setType(DefaultGeoJsfSldType type)
setType in interface org.geojsf.interfaces.model.sld.GeoJsfSldTemplate<DefaultGeoJsfLang,DefaultGeoJsfDescription,DefaultGeoJsfSldTemplate,DefaultGeoJsfSldType>public Map<String,DefaultGeoJsfLang> getName()
getName in interface net.sf.ahtutils.model.interfaces.with.EjbWithLang<DefaultGeoJsfLang>public void setName(Map<String,DefaultGeoJsfLang> name)
setName in interface net.sf.ahtutils.model.interfaces.with.EjbWithLang<DefaultGeoJsfLang>public Map<String,DefaultGeoJsfDescription> getDescription()
getDescription in interface net.sf.ahtutils.model.interfaces.with.EjbWithDescription<DefaultGeoJsfDescription>public void setDescription(Map<String,DefaultGeoJsfDescription> description)
setDescription in interface net.sf.ahtutils.model.interfaces.with.EjbWithDescription<DefaultGeoJsfDescription>Copyright © 2016. All rights reserved.