Class HomeBean

java.lang.Object
org.ff4j.web.bean.HomeBean
All Implemented Interfaces:
Serializable

public class HomeBean extends Object implements Serializable
Webbean to display home information
Author:
Cedrick LUNVEN
See Also:
  • Constructor Details

    • HomeBean

      public HomeBean()
      Default constructor.
    • HomeBean

      public HomeBean(FF4j ff4j)
      Default constructor.
  • Method Details

    • getSecurity

      public String getSecurity()
      Getter accessor for attribute 'security'.
      Returns:
      current value of 'security'
    • getMonitoring

      public String getMonitoring()
      Getter accessor for attribute 'monitoring'.
      Returns:
      current value of 'monitoring'
    • getVersion

      public String getVersion()
      Getter accessor for attribute 'version'.
      Returns:
      current value of 'version'
    • getUptime

      public String getUptime()
      Getter accessor for attribute 'uptime'.
      Returns:
      current value of 'uptime'
    • setUptime

      public void setUptime(long ff4jStartTime)
      Setter accessor for attribute 'uptime'.
      Parameters:
      ff4jStartTime - new value for 'uptime '
    • getNbFeature

      public int getNbFeature()
      Getter accessor for attribute 'nbFeature'.
      Returns:
      current value of 'nbFeature'
    • getNbGroup

      public int getNbGroup()
      Getter accessor for attribute 'nbGroup'.
      Returns:
      current value of 'nbGroup'
    • getNbEvents

      public int getNbEvents()
      Getter accessor for attribute 'nbEvents'.
      Returns:
      current value of 'nbEvents'
    • getFeatureStore

      public String getFeatureStore()
      Getter accessor for attribute 'featureStore'.
      Returns:
      current value of 'featureStore'
    • getPropertyStore

      public String getPropertyStore()
      Getter accessor for attribute 'propertyStore'.
      Returns:
      current value of 'propertyStore'
    • getNbProperties

      public int getNbProperties()
      Getter accessor for attribute 'nbProperties'.
      Returns:
      current value of 'nbProperties'
    • getCaching

      public String getCaching()
      Getter accessor for attribute 'caching'.
      Returns:
      current value of 'caching'