|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.mapcatalogue.bo.GeoMap
public class GeoMap
Defines a value constraint object.
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoMap()
Method Detail |
---|
public java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- the new formatpublic int getMapId()
public void setMapId(int mapId)
mapId
- the new map idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the new urlpublic int getBinId()
public void setBinId(int binId)
binId
- the binId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |