Package org.dashbuilder.shared.model
Class DashboardInfo
- java.lang.Object
-
- org.dashbuilder.shared.model.DashboardInfo
-
public class DashboardInfo extends Object
Specific Dashboard information.
-
-
Constructor Summary
Constructors Constructor Description DashboardInfo(String runtimeModelId, Collection<String> pages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getPages()StringgetRuntimeModelId()
-
-
-
Constructor Detail
-
DashboardInfo
public DashboardInfo(String runtimeModelId, Collection<String> pages)
-
-
Method Detail
-
getRuntimeModelId
public String getRuntimeModelId()
-
getPages
public Collection<String> getPages()
-
-