All Known Subinterfaces:
IdentifiableVisibility<PK>, IdentifiableVisibilityVersionable<PK>

public interface Visibility
The interface Visibility can be implemented from an data that needs a trigger for the visibility.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant for the column name 'visible'.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the data is visible
    void
    setVisible(boolean visible)
    Sets the visible flag
  • Field Details

    • COLUMN_NAME_VISIBLE

      static final String COLUMN_NAME_VISIBLE
      The Constant for the column name 'visible'.
      See Also:
  • Method Details

    • isVisible

      boolean isVisible()
      Checks if the data is visible
      Returns:
      true, if the data is visible otherwise false
    • setVisible

      void setVisible(boolean visible)
      Sets the visible flag
      Parameters:
      visible - the new visible