|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.geo.datamart.DatamartObject
public class DatamartObject
Contains the data recovered from the datawarehouse and associated to the svg map
Constructor Summary | |
---|---|
DatamartObject()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getLinkForId(java.lang.String id)
Recover the detail document link associated to a particular id. |
java.util.Map |
getLinks()
Returns a list of couples id - link (map) |
java.lang.String |
getStyleForId(java.lang.String id,
MapConfiguration conf)
Recover the svg style associated to a particular id. |
java.util.Map |
getValues()
Returns the data map |
boolean |
hasId(java.lang.String id)
checks if the data map contains an id (as a key) |
void |
setLinks(java.util.Map links)
Sets the map of associations between ids and links |
void |
setValues(java.util.Map data)
Sets the data map |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatamartObject()
Method Detail |
---|
public java.util.Map getValues()
public void setValues(java.util.Map data)
data
- map of data recovered from datawarehousepublic boolean hasId(java.lang.String id)
id
- the id to check
public java.lang.String getStyleForId(java.lang.String id, MapConfiguration conf)
id
- the id of the elementconf
- The configuration of the map
public java.lang.String getLinkForId(java.lang.String id)
id
- the id of the element
public java.util.Map getLinks()
public void setLinks(java.util.Map links)
links
- the associations map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |