Class ApplicationImpl

All Implemented Interfaces:
Serializable, BaseElement, BonitaObject, Application, IApplication

public class ApplicationImpl extends AbstractApplicationImpl implements Application
Author:
Elias Ricken de Medeiros
See Also:
  • Constructor Details

  • Method Details

    • getHomePageId

      public Long getHomePageId()
      Description copied from interface: Application
      Retrieves the identifier of the ApplicationPage defined as home page for this application
      Specified by:
      getHomePageId in interface Application
      Returns:
      the identifier of the ApplicationPage defined as home page for this application
      See Also:
    • setHomePageId

      public void setHomePageId(Long homePageId)
    • getLayoutId

      public Long getLayoutId()
      Description copied from interface: Application
      Retrieves the identifier of the Page used as Application layout. If no layout is associated to the current Application the result will be null.
      Specified by:
      getLayoutId in interface Application
      Returns:
      the identifier of the Page used as Application layout or null if the current Application has no layout.
      See Also:
      • "org.bonitasoft.engine.page.Page"
    • getThemeId

      public Long getThemeId()
      Description copied from interface: Application
      Retrieves the identifier of the Page used as Application theme. If no theme is associated to the current Application the result will be null.
      Specified by:
      getThemeId in interface Application
      Returns:
      the identifier of the Page used as Application theme or null if the current Application has no theme.
      See Also:
      • "org.bonitasoft.engine.page.Page"
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AbstractApplicationImpl
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractApplicationImpl
    • toString

      public String toString()
      Overrides:
      toString in class AbstractApplicationImpl