tigase.test
Class StatItem

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

public class StatItem
extends java.lang.Object

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

Version:
$Rev: 135 $
Author:
Artur Hefczyc

Constructor Summary
StatItem(java.lang.String name, java.lang.String value, java.lang.String unit, java.lang.String description)
          Creates a new StatItem instance.
 
Method Summary
 java.lang.String getDescription()
          Gets the value of description
 java.lang.String getName()
          Gets the value of name
 java.lang.String getUnit()
          Gets the value of unit
 java.lang.String getValue()
          Gets the value of value
 void setDescription(java.lang.String argDescription)
          Sets the value of description
 void setName(java.lang.String argName)
          Sets the value of name
 void setUnit(java.lang.String argUnit)
          Sets the value of unit
 void setValue(java.lang.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(java.lang.String name,
                java.lang.String value,
                java.lang.String unit,
                java.lang.String description)
Creates a new StatItem instance.

Method Detail

getName

public java.lang.String getName()
Gets the value of name

Returns:
the value of name

setName

public void setName(java.lang.String argName)
Sets the value of name

Parameters:
argName - Value to assign to this.name

getValue

public java.lang.String getValue()
Gets the value of value

Returns:
the value of value

setValue

public void setValue(java.lang.String argValue)
Sets the value of value

Parameters:
argValue - Value to assign to this.value

getUnit

public java.lang.String getUnit()
Gets the value of unit

Returns:
the value of unit

setUnit

public void setUnit(java.lang.String argUnit)
Sets the value of unit

Parameters:
argUnit - Value to assign to this.unit

getDescription

public java.lang.String getDescription()
Gets the value of description

Returns:
the value of description

setDescription

public void setDescription(java.lang.String argDescription)
Sets the value of description

Parameters:
argDescription - Value to assign to this.description


Copyright © 2005-2008 Tigase. All Rights Reserved.