it.eng.spagobi.mapcatalogue.metadata
Class SbiGeoFeatures

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

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

SbiGeoFeatures generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiGeoFeatures()
          default constructor.
SbiGeoFeatures(int featureId)
          minimal constructor.
SbiGeoFeatures(int featureId, java.lang.String name, java.lang.String descr, java.lang.String type, java.util.Set sbiGeoMapFeatureses)
          full constructor.
 
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.
 GeoFeature toGeoFeature()
          From the Hibernate Feature object at input, gives the corrispondent GeoFeature object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiGeoFeatures

public SbiGeoFeatures()
default constructor.


SbiGeoFeatures

public SbiGeoFeatures(int featureId)
minimal constructor.

Parameters:
featureId - the feature id

SbiGeoFeatures

public SbiGeoFeatures(int featureId,
                      java.lang.String name,
                      java.lang.String descr,
                      java.lang.String type,
                      java.util.Set sbiGeoMapFeatureses)
full constructor.

Parameters:
featureId - the feature id
name - the name
descr - the descr
type - the type
sbiGeoMapFeatureses - the sbi geo map featureses
Method Detail

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

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

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

toGeoFeature

public GeoFeature toGeoFeature()
From the Hibernate Feature object at input, gives the corrispondent GeoFeature object.

Parameters:
hibFeature - The Hibernate Feature object
Returns:
the corrispondent output GeoFeature