Interface GenericProcessable<T>


public interface GenericProcessable<T>
The interface GenericProcessable is for entities that have to be processable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the flag if this object can be processed
    void
    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

      void setProcessable(T processable)
      Sets the info object for resolve the verification state
      Parameters:
      processable - the new processable