Package tigase.test
Class StatItem
- java.lang.Object
-
- tigase.test.StatItem
-
public class StatItem extends Object
Describe class StatItem here. Created: Mon Jul 11 21:41:03 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of descriptionStringgetName()Gets the value of nameStringgetUnit()Gets the value of unitStringgetValue()Gets the value of valuevoidsetDescription(String argDescription)Sets the value of descriptionvoidsetName(String argName)Sets the value of namevoidsetUnit(String argUnit)Sets the value of unitvoidsetValue(String argValue)Sets the value of value
-
-
-
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
-
-