-
public interface GenericProcessable<T>The interfaceGenericProcessableis for entities that have to be processable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisProcessable()Gets the flag if this object can be processedvoidsetProcessable(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
-
-