|
||||||||||
| 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(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 |
|---|
public StatItem(java.lang.String name,
java.lang.String value,
java.lang.String unit,
java.lang.String description)
StatItem instance.
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String argName)
argName - Value to assign to this.namepublic java.lang.String getValue()
public void setValue(java.lang.String argValue)
argValue - Value to assign to this.valuepublic java.lang.String getUnit()
public void setUnit(java.lang.String argUnit)
argUnit - Value to assign to this.unitpublic java.lang.String getDescription()
public void setDescription(java.lang.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 | |||||||||