Class BaseEntity

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Long id  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseEntity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.Long getId()  
      java.util.Date getModified()  
      int hashCode()  
      void setId​(java.lang.Long id)  
      void setModified​(java.util.Date modified)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.Long id
    • Constructor Detail

      • BaseEntity

        public BaseEntity()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Specified by:
        getId in interface Identifiable
      • setId

        public void setId​(java.lang.Long id)
        Specified by:
        setId in interface Identifiable
      • getModified

        public java.util.Date getModified()
      • setModified

        public void setModified​(java.util.Date modified)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object