public class DefaultGeoJsfCategory extends Object implements Serializable, net.sf.ahtutils.interfaces.model.crud.EjbRemoveable, net.sf.ahtutils.interfaces.model.crud.EjbPersistable, org.geojsf.interfaces.model.core.GeoJsfCategory<DefaultGeoJsfLang,DefaultGeoJsfDescription,DefaultGeoJsfGraphic,DefaultGeoJsfGraphicType,DefaultGeoJsfGraphicStyle,DefaultGeoJsfCategory,DefaultGeoJsfService,DefaultGeoJsfLayer,DefaultGeoJsfMap,DefaultGeoJsfView,DefaultGeoJsfViewPort,DefaultGeoJsfDataSource,DefaultGeoJsfSldTemplate,DefaultGeoJsfSldType,DefaultGeoJsfSld,DefaultGeoJsfSldRule>
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultGeoJsfCategory.Code |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DefaultGeoJsfDescription> |
description |
protected Map<String,DefaultGeoJsfLang> |
name |
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultGeoJsfCategory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getCode() |
Map<String,DefaultGeoJsfDescription> |
getDescription() |
long |
getId() |
List<DefaultGeoJsfLayer> |
getLayer() |
Map<String,DefaultGeoJsfLang> |
getName() |
int |
getPosition() |
boolean |
isVisible() |
void |
setCode(String code) |
void |
setDescription(Map<String,DefaultGeoJsfDescription> description) |
void |
setId(long id) |
void |
setLayer(List<DefaultGeoJsfLayer> layer) |
void |
setName(Map<String,DefaultGeoJsfLang> name) |
void |
setPosition(int position) |
void |
setVisible(boolean visible) |
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 boolean isVisible()
isVisible in interface net.sf.ahtutils.model.interfaces.with.EjbWithVisiblepublic void setVisible(boolean visible)
setVisible in interface net.sf.ahtutils.model.interfaces.with.EjbWithVisiblepublic int getPosition()
getPosition in interface net.sf.ahtutils.interfaces.model.with.position.EjbWithPositionpublic void setPosition(int position)
setPosition in interface net.sf.ahtutils.interfaces.model.with.position.EjbWithPositionpublic List<DefaultGeoJsfLayer> getLayer()
getLayer in interface org.geojsf.interfaces.model.core.GeoJsfCategory<DefaultGeoJsfLang,DefaultGeoJsfDescription,DefaultGeoJsfGraphic,DefaultGeoJsfGraphicType,DefaultGeoJsfGraphicStyle,DefaultGeoJsfCategory,DefaultGeoJsfService,DefaultGeoJsfLayer,DefaultGeoJsfMap,DefaultGeoJsfView,DefaultGeoJsfViewPort,DefaultGeoJsfDataSource,DefaultGeoJsfSldTemplate,DefaultGeoJsfSldType,DefaultGeoJsfSld,DefaultGeoJsfSldRule>public void setLayer(List<DefaultGeoJsfLayer> layer)
setLayer in interface org.geojsf.interfaces.model.core.GeoJsfCategory<DefaultGeoJsfLang,DefaultGeoJsfDescription,DefaultGeoJsfGraphic,DefaultGeoJsfGraphicType,DefaultGeoJsfGraphicStyle,DefaultGeoJsfCategory,DefaultGeoJsfService,DefaultGeoJsfLayer,DefaultGeoJsfMap,DefaultGeoJsfView,DefaultGeoJsfViewPort,DefaultGeoJsfDataSource,DefaultGeoJsfSldTemplate,DefaultGeoJsfSldType,DefaultGeoJsfSld,DefaultGeoJsfSldRule>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.