Class DefaultView

  • All Implemented Interfaces:
    ViewIF

    public class DefaultView
    extends Object
    implements ViewIF
    INTERNAL: The default data carrier for views.
    • Constructor Detail

      • DefaultView

        public DefaultView​(String id,
                           String title)
    • Method Detail

      • getTitle

        public String getTitle()
        Description copied from interface: ViewIF
        INTERNAL: Returns the display title of the view.
        Specified by:
        getTitle in interface ViewIF
      • setTitle

        public void setTitle​(String title)
        Description copied from interface: ViewIF
        INTERNAL: Sets the display title of the view.
        Specified by:
        setTitle in interface ViewIF
      • getId

        public String getId()
        Description copied from interface: ViewIF
        INTERNAL: Returns the ID of the view.
        Specified by:
        getId in interface ViewIF
      • setId

        public void setId​(String id)
        Description copied from interface: ViewIF
        INTERNAL: Sets the ID of the view.
        Specified by:
        setId in interface ViewIF