-
- All Known Subinterfaces:
IdentifiableActivatable<PK>
,IdentifiableNameableActivatable<PK>
,IdentifiableVerifiableActivatable<PK>
public interface Activatable
The interfaceActivatable
can be implemented from an data that needs a trigger to set if the data is active or not.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLUMN_NAME_ACTIVE
The Constant for the column name 'active'.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isActive()
Checks if the data is activevoid
setActive(boolean active)
Sets the active flag
-
-
-
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
-
-