All Known Subinterfaces:
VerifiableProcessable

public interface Processable
The interface Processable is for entities that have to be processable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant for the column name 'processable'.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the flag if this object can be processed
    void
    setProcessable(boolean processable)
    Sets the processable.
  • Field Details

    • COLUMN_NAME_PROCESSABLE

      static final String COLUMN_NAME_PROCESSABLE
      The Constant for the column name 'processable'.
      See Also:
  • 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(boolean processable)
      Sets the processable.
      Parameters:
      processable - the new processable