Interface Processable

    • Field Detail

      • COLUMN_NAME_PROCESSABLE

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