Interface Visibility
- 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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if the data is visiblevoid
setVisible
(boolean visible) Sets the visible flag
-
Field Details
-
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
-