public class CmsSystemInfo.BuildInfoItem extends java.lang.Object
Constructor and Description |
---|
BuildInfoItem(java.lang.String value,
java.lang.String niceName,
java.lang.String keyName)
Creates a new instance wrapping a build info string array.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyName()
Gets the key name for this build info item.
|
java.lang.String |
getNiceName()
Gets the nice name for this build info item.
|
java.lang.String |
getValue()
Gets the value for this build info item.
|
public BuildInfoItem(java.lang.String value, java.lang.String niceName, java.lang.String keyName)
value
- the valueniceName
- the nice namekeyName
- the key namepublic java.lang.String getKeyName()
public java.lang.String getNiceName()
public java.lang.String getValue()