Class StatisticAxisVO


  • public class StatisticAxisVO
    extends Object
    • Constructor Detail

      • StatisticAxisVO

        public StatisticAxisVO​(String id,
                               String name,
                               String description,
                               boolean selected)
        Default constructor
        Parameters:
        id -
        name -
        description -
        selected -
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

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

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • isSelected

        public boolean isSelected()
        Returns:
        the selected
      • setSelected

        public void setSelected​(boolean selected)
        Parameters:
        selected - the selected to set