Interface Processable
- All Known Subinterfaces:
VerifiableProcessable
public interface Processable
The interface
Processable
is for entities that have to be processable-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The Constant for the column name 'processable'. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the flag if this object can be processedvoid
setProcessable
(boolean processable) Sets the processable.
-
Field Details
-
COLUMN_NAME_PROCESSABLE
The Constant for the column name 'processable'.- See Also:
-
-
Method Details
-
isProcessable
boolean isProcessable()Gets the flag if this object can be processed- Returns:
- true if this object can be processed, otherwise false
-
setProcessable
void setProcessable(boolean processable) Sets the processable.- Parameters:
processable
- the new processable
-