|
||||||||||
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.SbiGeoMapFeatures
public class SbiGeoMapFeatures
SbiGeoMapFeatures generated by hbm2java
Constructor Summary | |
---|---|
SbiGeoMapFeatures()
default constructor. |
|
SbiGeoMapFeatures(SbiGeoMapFeaturesId id,
SbiGeoFeatures sbiGeoFeatures,
SbiGeoMaps sbiGeoMaps)
minimal constructor. |
|
SbiGeoMapFeatures(SbiGeoMapFeaturesId id,
SbiGeoFeatures sbiGeoFeatures,
SbiGeoMaps sbiGeoMaps,
java.lang.String svgGroup,
java.lang.String visibleFlag)
full constructor. |
Method Summary | |
---|---|
SbiGeoMapFeaturesId |
getId()
Gets the id. |
SbiGeoFeatures |
getSbiGeoFeatures()
Gets the sbi geo features. |
SbiGeoMaps |
getSbiGeoMaps()
Gets the sbi geo maps. |
java.lang.String |
getSvgGroup()
Gets the svg group. |
java.lang.String |
getVisibleFlag()
Gets the visible flag. |
void |
setId(SbiGeoMapFeaturesId id)
Sets the id. |
void |
setSbiGeoFeatures(SbiGeoFeatures sbiGeoFeatures)
Sets the sbi geo features. |
void |
setSbiGeoMaps(SbiGeoMaps sbiGeoMaps)
Sets the sbi geo maps. |
void |
setSvgGroup(java.lang.String svgGroup)
Sets the svg group. |
void |
setVisibleFlag(java.lang.String visibleFlag)
Sets the visible flag. |
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 SbiGeoMapFeatures()
public SbiGeoMapFeatures(SbiGeoMapFeaturesId id, SbiGeoFeatures sbiGeoFeatures, SbiGeoMaps sbiGeoMaps)
id
- the idsbiGeoFeatures
- the sbi geo featuressbiGeoMaps
- the sbi geo mapspublic SbiGeoMapFeatures(SbiGeoMapFeaturesId id, SbiGeoFeatures sbiGeoFeatures, SbiGeoMaps sbiGeoMaps, java.lang.String svgGroup, java.lang.String visibleFlag)
id
- the idsbiGeoFeatures
- the sbi geo featuressbiGeoMaps
- the sbi geo mapssvgGroup
- the svg groupvisibleFlag
- the visible flagMethod Detail |
---|
public SbiGeoMapFeaturesId getId()
public void setId(SbiGeoMapFeaturesId id)
id
- the new idpublic SbiGeoFeatures getSbiGeoFeatures()
public void setSbiGeoFeatures(SbiGeoFeatures sbiGeoFeatures)
sbiGeoFeatures
- the new sbi geo featurespublic SbiGeoMaps getSbiGeoMaps()
public void setSbiGeoMaps(SbiGeoMaps sbiGeoMaps)
sbiGeoMaps
- the new sbi geo mapspublic 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 flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |