Class ApplicationInformationLegendWrapper
- java.lang.Object
-
- ch.mobi.mobitor.plugins.api.domain.screen.information.ApplicationInformationLegendWrapper
-
public class ApplicationInformationLegendWrapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationInformationLegendWrapper(java.lang.String description, ApplicationInformation applicationInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationInformationgetApplicationInformation()java.lang.StringgetDescription()
-
-
-
Constructor Detail
-
ApplicationInformationLegendWrapper
public ApplicationInformationLegendWrapper(java.lang.String description, ApplicationInformation applicationInformation)
-
-
Method Detail
-
getApplicationInformation
public ApplicationInformation getApplicationInformation()
-
getDescription
public java.lang.String getDescription()
-
-