Interface GenericProcessable<T>
public interface GenericProcessable<T>
The interface
GenericProcessable
is for entities that have to be processable-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the flag if this object can be processedvoid
setProcessable
(T processable) Sets the info object for resolve the verification state
-
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
Sets the info object for resolve the verification state- Parameters:
processable
- the new processable
-