it.eng.spagobi.mapcatalogue.bo
Class GeoMap

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

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

Defines a value constraint object.

Author:
giachino
See Also:
Serialized Form

Constructor Summary
GeoMap()
           
 
Method Summary
 int getBinId()
          Gets the binary id of the map file (ie.
 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 setBinId(int binId)
          Sets the binary id of the map file (ie.
 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.
 SbiGeoMaps toSpagoBiGeoMaps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoMap

public GeoMap()
Method Detail

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

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

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

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

getBinId

public int getBinId()
Gets the binary id of the map file (ie. the svg).

Returns:
the binId

setBinId

public void setBinId(int binId)
Sets the binary id of the map file (ie. the svg)..

Parameters:
binId - the binId to set

toSpagoBiGeoMaps

public SbiGeoMaps toSpagoBiGeoMaps()
                            throws it.eng.spago.error.EMFUserError,
                                   it.eng.spago.error.EMFInternalError
Throws:
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFInternalError