Module data.api

Interface Activatable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COLUMN_NAME_ACTIVE
      The Constant for the column name 'active'.
    • Field Detail

      • COLUMN_NAME_ACTIVE

        static final java.lang.String COLUMN_NAME_ACTIVE
        The Constant for the column name 'active'.
        See Also:
        Constant Field Values
    • Method Detail

      • isActive

        boolean isActive()
        Checks if the data is active
        Returns:
        true, if the data is active otherwise false
      • setActive

        void setActive​(boolean active)
        Sets the active flag
        Parameters:
        active - the new active