|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.mapcatalogue.bo.GeoMapFeature
public class GeoMapFeature
Defines a value constraint object.
Constructor Summary | |
---|---|
GeoMapFeature()
|
Method Summary | |
---|---|
int |
getFeatureId()
Gets the feature id. |
int |
getMapId()
Gets the map id. |
java.lang.String |
getSvgGroup()
Gets the svg group. |
java.lang.String |
getVisibleFlag()
Gets the visible flag. |
void |
setFeatureId(int featureId)
Sets the feature id. |
void |
setMapId(int mapId)
Sets the map id. |
void |
setSvgGroup(java.lang.String svgGroup)
Sets the svg group. |
void |
setVisibleFlag(java.lang.String visibleFlag)
Sets the visible flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoMapFeature()
Method Detail |
---|
public java.lang.String getSvgGroup()
public void setSvgGroup(java.lang.String svgGroup)
svgGroup
- the new svg grouppublic java.lang.String getVisibleFlag()
public void setVisibleFlag(java.lang.String visibleFlag)
visibleFlag
- the new visible flagpublic int getFeatureId()
public void setFeatureId(int featureId)
featureId
- the new feature idpublic int getMapId()
public void setMapId(int mapId)
mapId
- the new map id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |