Class Entity

    • Constructor Detail

      • Entity

        public Entity()
      • Entity

        public Entity​(Long id)
    • Method Detail

      • getObjectId

        public ID getObjectId()
      • dispose

        public void dispose()
        Called while an object is being deleted. Used for cleanup tasks, e.g. removal of created files etc.
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object