public class TestInfo
extends java.lang.Object
implements java.io.Serializable
TestInfo
class stores SelfDiagnostic registry
information as a member class of SelfDiagnosticInfo
.Modifier and Type | Field and Description |
---|---|
AttributeInfo[] |
attributeInfo
List of attributes that make up the State info
|
java.lang.String |
descriptionKey
MessageKey within a resourceBundle for localization of the key description for display to customers
|
java.lang.String |
id
Key attribute of the selfDiagnostic test used by the software
|
Constructor and Description |
---|
TestInfo() |
TestInfo(java.lang.String aId,
java.lang.String aDescriptionKey,
AttributeInfo[] attrInfo)
constructs a
TestInfo object and populates all member fields (helper method) |
public java.lang.String id
public java.lang.String descriptionKey
public AttributeInfo[] attributeInfo
AttributeInfo
public TestInfo()
public TestInfo(java.lang.String aId, java.lang.String aDescriptionKey, AttributeInfo[] attrInfo)
TestInfo
object and populates all member fields (helper method)aId
- Key attribute of this class passed to the softwareaDescriptionKey
- Localization key for selfDiagnostic description on customer display