Class DashboardContainer

java.lang.Object
net.datenwerke.rs.dashboard.service.dashboard.entities.DashboardContainer
All Implemented Interfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.rs.dashboard.client.dashboard.dto", createDecorator=true) public class DashboardContainer extends Object implements Serializable
See Also:
  • Constructor Details

    • DashboardContainer

      public DashboardContainer()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • setDashboards

      public void setDashboards(List<Dashboard> dashboards)
    • getDashboards

      public List<Dashboard> getDashboards()
    • addDashboard

      public void addDashboard(Dashboard dashboard)
    • removeDashboard

      public boolean removeDashboard(Dashboard dashboard)
    • contains

      public boolean contains(Dashboard dashboard)