Class Identifiable

  • Direct Known Subclasses:
    AttachedFile, DiscussionComment

    @MappedSuperclass
    public class Identifiable
    extends java.lang.Object
    Base class for defining entities with a UUID id.

    Author:
    Javier Paniza
    • Constructor Summary

      Constructors 
      Constructor Description
      Identifiable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      void setId​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

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

      • Identifiable

        public Identifiable()
    • Method Detail

      • setId

        public void setId​(java.lang.String id)
      • getId

        public java.lang.String getId()