Class ConfigurationDtoDashboard
java.lang.Object
com.suncode.pwfl.configuration.dto.ConfigurationDtoConfigObject
com.suncode.pwfl.configuration.dto.dashboards.ConfigurationDtoDashboard
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationDtoDashboard
(String displayValue, String name, String owner, Date creationDate, String description, List<ConfigurationDtoDefaultDashboard> defaults, List<ConfigurationDtoDashboardGadget> gadgets, List<ConfigurationDtoDashboardShare> shares, String abbreviation, String color) -
Method Summary
-
Constructor Details
-
ConfigurationDtoDashboard
public ConfigurationDtoDashboard(String displayValue, String name, String owner, Date creationDate, String description, List<ConfigurationDtoDefaultDashboard> defaults, List<ConfigurationDtoDashboardGadget> gadgets, List<ConfigurationDtoDashboardShare> shares, String abbreviation, String color)
-