Class Wallboard


  • public class Wallboard
    extends java.lang.Object
    This class represents a collection of DashletSpec objects.
    Author:
    Christian Pape
    • Constructor Summary

      Constructors 
      Constructor Description
      Wallboard()
      Default constructor
      Wallboard​(Wallboard wallboard)
      Copy constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<DashletSpec> getDashletSpecs()
      Returns the associated DashletSpec instances.
      java.lang.String getTitle()
      Returns the title of this wallboard.
      boolean isDefault()
      Returns whether this wallboard is the default wallboard.
      void setDefault​(boolean defaultValue)
      Sets the default value.
      void setTitle​(java.lang.String title)
      Sets the title of this wallboard.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Wallboard

        public Wallboard()
        Default constructor
      • Wallboard

        public Wallboard​(Wallboard wallboard)
        Copy constructor.
        Parameters:
        wallboard - the Wallboard to be cloned
    • Method Detail

      • isDefault

        public boolean isDefault()
        Returns whether this wallboard is the default wallboard.
        Returns:
        default value
      • setDefault

        public void setDefault​(boolean defaultValue)
        Sets the default value.
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the title of this wallboard.
        Parameters:
        title - the name to be set
      • getTitle

        public java.lang.String getTitle()
        Returns the title of this wallboard.
        Returns:
        the title of the wallboard
      • getDashletSpecs

        public java.util.List<DashletSpec> getDashletSpecs()
        Returns the associated DashletSpec instances.
        Returns:
        the DashletSpec instances of this object