it.eng.spagobi.mapcatalogue.metadata
Class SbiGeoMapFeatures

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

public class SbiGeoMapFeatures
extends SbiHibernateModel

SbiGeoMapFeatures generated by hbm2java

See Also:
Serialized Form

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

SbiGeoMapFeatures

public SbiGeoMapFeatures()
default constructor.


SbiGeoMapFeatures

public SbiGeoMapFeatures(SbiGeoMapFeaturesId id,
                         SbiGeoFeatures sbiGeoFeatures,
                         SbiGeoMaps sbiGeoMaps)
minimal constructor.

Parameters:
id - the id
sbiGeoFeatures - the sbi geo features
sbiGeoMaps - the sbi geo maps

SbiGeoMapFeatures

public SbiGeoMapFeatures(SbiGeoMapFeaturesId id,
                         SbiGeoFeatures sbiGeoFeatures,
                         SbiGeoMaps sbiGeoMaps,
                         java.lang.String svgGroup,
                         java.lang.String visibleFlag)
full constructor.

Parameters:
id - the id
sbiGeoFeatures - the sbi geo features
sbiGeoMaps - the sbi geo maps
svgGroup - the svg group
visibleFlag - the visible flag
Method Detail

getId

public SbiGeoMapFeaturesId getId()
Gets the id.

Returns:
the id

setId

public void setId(SbiGeoMapFeaturesId id)
Sets the id.

Parameters:
id - the new id

getSbiGeoFeatures

public SbiGeoFeatures getSbiGeoFeatures()
Gets the sbi geo features.

Returns:
the sbi geo features

setSbiGeoFeatures

public void setSbiGeoFeatures(SbiGeoFeatures sbiGeoFeatures)
Sets the sbi geo features.

Parameters:
sbiGeoFeatures - the new sbi geo features

getSbiGeoMaps

public SbiGeoMaps getSbiGeoMaps()
Gets the sbi geo maps.

Returns:
the sbi geo maps

setSbiGeoMaps

public void setSbiGeoMaps(SbiGeoMaps sbiGeoMaps)
Sets the sbi geo maps.

Parameters:
sbiGeoMaps - the new sbi geo maps

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