it.eng.spagobi.mapcatalogue.metadata
Class SbiGeoMapFeatures

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

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

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()
           
 SbiGeoFeatures getSbiGeoFeatures()
           
 SbiGeoMaps getSbiGeoMaps()
           
 java.lang.String getSvgGroup()
           
 java.lang.String getVisibleFlag()
           
 void setId(SbiGeoMapFeaturesId id)
           
 void setSbiGeoFeatures(SbiGeoFeatures sbiGeoFeatures)
           
 void setSbiGeoMaps(SbiGeoMaps sbiGeoMaps)
           
 void setSvgGroup(java.lang.String svgGroup)
           
 void setVisibleFlag(java.lang.String visibleFlag)
           
 
Methods inherited from class java.lang.Object
equals, 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


SbiGeoMapFeatures

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

Method Detail

getId

public SbiGeoMapFeaturesId getId()

setId

public void setId(SbiGeoMapFeaturesId id)

getSbiGeoFeatures

public SbiGeoFeatures getSbiGeoFeatures()

setSbiGeoFeatures

public void setSbiGeoFeatures(SbiGeoFeatures sbiGeoFeatures)

getSbiGeoMaps

public SbiGeoMaps getSbiGeoMaps()

setSbiGeoMaps

public void setSbiGeoMaps(SbiGeoMaps sbiGeoMaps)

getSvgGroup

public java.lang.String getSvgGroup()

setSvgGroup

public void setSvgGroup(java.lang.String svgGroup)

getVisibleFlag

public java.lang.String getVisibleFlag()

setVisibleFlag

public void setVisibleFlag(java.lang.String visibleFlag)