Interface GenericProcessable<T>


  • public interface GenericProcessable<T>
    The interface GenericProcessable is for entities that have to be processable
    • 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