|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.StatItem
public class StatItem
Describe class StatItem here. Created: Mon Jul 11 21:41:03 2005
| 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 |
|---|
public StatItem(String name,
String value,
String unit,
String description)
StatItem instance.
| Method Detail |
|---|
public String getName()
public void setName(String argName)
argName - Value to assign to this.namepublic String getValue()
public void setValue(String argValue)
argValue - Value to assign to this.valuepublic String getUnit()
public void setUnit(String argUnit)
argUnit - Value to assign to this.unitpublic String getDescription()
public void setDescription(String argDescription)
argDescription - Value to assign to this.description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||