Class InfoText
- java.lang.Object
-
- com.smartgridready.communicator.common.api.dto.InfoText
-
public class InfoText extends java.lang.ObjectImplements an object label and description.
-
-
Constructor Summary
Constructors Constructor Description InfoText(java.lang.String label, java.lang.String description)Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the descriptive text.java.lang.StringgetLabel()Gets the label text.
-