|
||||||||||
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
Field Summary | |
---|---|
private java.util.Map |
values
Mpa of id and values related to the svg map |
Constructor Summary | |
---|---|
DatamartObject()
Constructor |
Method Summary | |
---|---|
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 |
setValues(java.util.Map data)
Sets the data map |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Map values
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |