public class StatItem extends Object
| Constructor and Description |
|---|
StatItem(String name,
String value,
String unit,
String description)
Creates a new
StatItem instance. |
| Modifier and Type | Method and Description |
|---|---|
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
|
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.descriptionCopyright © 2005–2017 Tigase. All rights reserved.