Interface Processable
-
- All Known Subinterfaces:
VerifiableProcessable
public interface Processable
The interfaceProcessable
is for entities that have to be processable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLUMN_NAME_PROCESSABLE
The Constant for the column name 'processable'.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isProcessable()
Gets the flag if this object can be processedvoid
setProcessable(boolean processable)
Sets the processable.
-
-
-
Field Detail
-
COLUMN_NAME_PROCESSABLE
static final java.lang.String COLUMN_NAME_PROCESSABLE
The Constant for the column name 'processable'.- See Also:
- Constant Field Values
-
-