it.eng.spagobi.mapcatalogue.metadata
Class SbiGeoMaps

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

public class SbiGeoMaps
extends SbiHibernateModel

SbiGeoMaps generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiGeoMaps()
          default constructor.
SbiGeoMaps(int mapId)
          minimal constructor.
SbiGeoMaps(int mapId, java.lang.String name, java.lang.String descr, java.lang.String url, java.lang.String format, SbiBinContents binContents)
          full constructor.
 
Method Summary
 SbiBinContents getBinContents()
           
 java.lang.String getDescr()
          Gets the descr.
 java.lang.String getFormat()
          Gets the format.
 int getMapId()
          Gets the map id.
 java.lang.String getName()
          Gets the name.
 java.lang.String getUrl()
          Gets the url.
 void setBinContents(SbiBinContents binContents)
           
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setFormat(java.lang.String format)
          Sets the format.
 void setMapId(int mapId)
          Sets the map id.
 void setName(java.lang.String name)
          Sets the name.
 void setUrl(java.lang.String url)
          Sets the url.
 GeoMap toGeoMap()
          From the Hibernate Map object at input, gives the corrispondent GeoMap 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

SbiGeoMaps

public SbiGeoMaps()
default constructor.


SbiGeoMaps

public SbiGeoMaps(int mapId)
minimal constructor.

Parameters:
mapId - the map id

SbiGeoMaps

public SbiGeoMaps(int mapId,
                  java.lang.String name,
                  java.lang.String descr,
                  java.lang.String url,
                  java.lang.String format,
                  SbiBinContents binContents)
full constructor.

Parameters:
mapId - the map id
name - the name
descr - the descr
url - the url
format - the format
binContents - the binary contents of svg file
Method Detail

getMapId

public int getMapId()
Gets the map id.

Returns:
the map id

setMapId

public void setMapId(int mapId)
Sets the map id.

Parameters:
mapId - the new map 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

getUrl

public java.lang.String getUrl()
Gets the url.

Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Sets the url.

Parameters:
url - the new url

getFormat

public java.lang.String getFormat()
Gets the format.

Returns:
the format

setFormat

public void setFormat(java.lang.String format)
Sets the format.

Parameters:
format - the new format

getBinContents

public SbiBinContents getBinContents()
Returns:
the binContents

setBinContents

public void setBinContents(SbiBinContents binContents)
Parameters:
binContents - the binContents to set

toGeoMap

public GeoMap toGeoMap()
From the Hibernate Map object at input, gives the corrispondent GeoMap object.

Parameters:
hibMap - The Hibernate Map object
Returns:
the corrispondent output GeoMap