-
- All Known Subinterfaces:
VerifiableProcessable
public interface ProcessableThe interfaceProcessableis for entities that have to be processable
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOLUMN_NAME_PROCESSABLEThe Constant for the column name 'processable'.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisProcessable()Gets the flag if this object can be processedvoidsetProcessable(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
-
-