Interface KeyObject


  • public interface KeyObject
    Author:
    iris.dimni
    • Method Detail

      • getKey

        String getKey()
        return the identifying key
        Returns:
      • isDeleted

        boolean isDeleted()
        the object is set to be deleted on the next update call
        Returns:
      • setForCancellation

        void setForCancellation​(boolean toBeDeleted)
      • setContent

        void setContent​(Object content)