Package tigase.test

Class StatItem


  • public class StatItem
    extends Object
    Describe class StatItem here. Created: Mon Jul 11 21:41:03 2005
    Version:
    $Rev$
    Author:
    Artur Hefczyc
    • Constructor Detail

      • StatItem

        public StatItem​(String name,
                        String value,
                        String unit,
                        String description)
        Creates a new StatItem instance.
    • Method Detail

      • getName

        public String getName()
        Gets the value of name
        Returns:
        the value of name
      • setName

        public void setName​(String argName)
        Sets the value of name
        Parameters:
        argName - Value to assign to this.name
      • getValue

        public String getValue()
        Gets the value of value
        Returns:
        the value of value
      • setValue

        public void setValue​(String argValue)
        Sets the value of value
        Parameters:
        argValue - Value to assign to this.value
      • getUnit

        public String getUnit()
        Gets the value of unit
        Returns:
        the value of unit
      • setUnit

        public void setUnit​(String argUnit)
        Sets the value of unit
        Parameters:
        argUnit - Value to assign to this.unit
      • getDescription

        public String getDescription()
        Gets the value of description
        Returns:
        the value of description
      • setDescription

        public void setDescription​(String argDescription)
        Sets the value of description
        Parameters:
        argDescription - Value to assign to this.description