Class BaseDeletableEntity

    • Method Summary

      Modifier and Type Method Description
      boolean isDeleted()  
      void setDeleted​(boolean deleted)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BaseDeletableEntity

        public BaseDeletableEntity()
    • Method Detail

      • isDeleted

        public boolean isDeleted()
      • setDeleted

        public void setDeleted​(boolean deleted)