it.eng.spagobi.mapcatalogue.bo
Class GeoMapFeature

java.lang.Object
  extended by it.eng.spagobi.mapcatalogue.bo.GeoMapFeature
All Implemented Interfaces:
java.io.Serializable

public class GeoMapFeature
extends java.lang.Object
implements java.io.Serializable

Defines a value constraint object.

Author:
giachino
See Also:
Serialized Form

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

GeoMapFeature

public GeoMapFeature()
Method Detail

getSvgGroup

public java.lang.String getSvgGroup()
Gets the svg group.

Returns:
the svg group

setSvgGroup

public void setSvgGroup(java.lang.String svgGroup)
Sets the svg group.

Parameters:
svgGroup - the new svg group

getVisibleFlag

public java.lang.String getVisibleFlag()
Gets the visible flag.

Returns:
the visible flag

setVisibleFlag

public void setVisibleFlag(java.lang.String visibleFlag)
Sets the visible flag.

Parameters:
visibleFlag - the new visible flag

getFeatureId

public int getFeatureId()
Gets the feature id.

Returns:
the feature id

setFeatureId

public void setFeatureId(int featureId)
Sets the feature id.

Parameters:
featureId - the new feature id

getMapId

public int getMapId()
Gets the map id.

Returns:
the map id

setMapId

public void setMapId(int mapId)
Sets the map id.

Parameters:
mapId - the new map id