Class ChartDashlet

    • Constructor Detail

      • ChartDashlet

        public ChartDashlet()
    • Method Detail

      • getMeasures

        @Exported
        public List<Measure> getMeasures()
        Gets the value of the measure property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the measure property.

        For example, to add a new item, do as follows:

            getMeasure().add(newItem);
         

        Objects of the following type(s) are allowed in the list Measure

      • getName

        @Exported
        public String getName()
        Ruft den Wert der name-Eigenschaft ab.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Legt den Wert der name-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getDescription

        @Exported
        public String getDescription()
        Ruft den Wert der description-Eigenschaft ab.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Legt den Wert der description-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object