it.eng.spagobi.mapcatalogue.bo
Class GeoFeature

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

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

Defines a value constraint object.

Author:
giachino
See Also:
Serialized Form

Constructor Summary
GeoFeature()
           
 
Method Summary
 java.lang.String getDescr()
          Gets the descr.
 int getFeatureId()
          Gets the feature id.
 java.lang.String getName()
          Gets the name.
 java.lang.String getType()
          Gets the type.
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setFeatureId(int featureId)
          Sets the feature id.
 void setName(java.lang.String name)
          Sets the name.
 void setType(java.lang.String type)
          Sets the type.
 SbiGeoFeatures toSpagoBiGeoFeatures()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoFeature

public GeoFeature()
Method Detail

getDescr

public java.lang.String getDescr()
Gets the descr.

Returns:
the descr

setDescr

public void setDescr(java.lang.String descr)
Sets the descr.

Parameters:
descr - the new descr

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

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getType

public java.lang.String getType()
Gets the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - the new type

toSpagoBiGeoFeatures

public SbiGeoFeatures toSpagoBiGeoFeatures()