|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.mapcatalogue.metadata.SbiGeoFeatures
public class SbiGeoFeatures
SbiGeoFeatures generated by hbm2java
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 it.eng.spagobi.commons.metadata.SbiHibernateModel |
---|
getCommonInfo, setCommonInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiGeoFeatures()
public SbiGeoFeatures(int featureId)
featureId
- the feature idpublic SbiGeoFeatures(int featureId, java.lang.String name, java.lang.String descr, java.lang.String type, java.util.Set sbiGeoMapFeatureses)
featureId
- the feature idname
- the namedescr
- the descrtype
- the typesbiGeoMapFeatureses
- the sbi geo map featuresesMethod Detail |
---|
public int getFeatureId()
public void setFeatureId(int featureId)
featureId
- the new feature idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the new typepublic GeoFeature toGeoFeature()
GeoFeature
object.
hibFeature
- The Hibernate Feature object
GeoFeature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |