Interface GenericProcessable<T>
-
public interface GenericProcessable<T>
The interfaceGenericProcessable
is for entities that have to be 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(T processable)
Sets the info object for resolve the verification state
-
-
-
Method Detail
-
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(T processable)
Sets the info object for resolve the verification state- Parameters:
processable
- the new processable
-
-