Class StiMapData

java.lang.Object
com.stimulsoft.report.maps.StiMapData

public class StiMapData extends Object
Copyright Stimulsoft
  • Constructor Details

    • StiMapData

      public StiMapData(String key)
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set
    • getGroup

      public String getGroup()
      Returns:
      the group
    • setGroup

      public void setGroup(String value)
      Parameters:
      group - the group to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getColor

      public String getColor()
      Returns:
      the color
    • setColor

      public void setColor(String value)
      Parameters:
      color - the color to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public StiMapData clone()
      Overrides:
      clone in class Object