tigase.test
Class StatItem

java.lang.Object
  extended by tigase.test.StatItem

public class StatItem
extends Object

Describe class StatItem here. Created: Mon Jul 11 21:41:03 2005

Version:
$Rev: 135 $
Author:
Artur Hefczyc

Constructor Summary
StatItem(String name, String value, String unit, String description)
          Creates a new StatItem instance.
 
Method Summary
 String getDescription()
          Gets the value of description
 String getName()
          Gets the value of name
 String getUnit()
          Gets the value of unit
 String getValue()
          Gets the value of value
 void setDescription(String argDescription)
          Sets the value of description
 void setName(String argName)
          Sets the value of name
 void setUnit(String argUnit)
          Sets the value of unit
 void setValue(String argValue)
          Sets the value of value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005-2012 Tigase. All Rights Reserved.