com.stimulsoft.report.maps
Class StiMapData
java.lang.Object
com.stimulsoft.report.maps.StiMapData
public class StiMapData
- extends java.lang.Object
Copyright Stimulsoft
Constructor Summary |
StiMapData(java.lang.String key)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiMapData
public StiMapData(java.lang.String key)
getKey
public java.lang.String getKey()
- Returns:
- the key
setKey
public void setKey(java.lang.String key)
- Parameters:
key
- the key to set
getValue
public java.lang.String getValue()
- Returns:
- the value
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- the value to set
getGroup
public java.lang.String getGroup()
- Returns:
- the group
setGroup
public void setGroup(java.lang.String value)
- Parameters:
group
- the group to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getColor
public java.lang.String getColor()
- Returns:
- the color
setColor
public void setColor(java.lang.String value)
- Parameters:
color
- the color to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
clone
public StiMapData clone()
- Overrides:
clone
in class java.lang.Object