Class ContentUrlEntity

    • Constructor Detail

      • ContentUrlEntity

        public ContentUrlEntity()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getContentUrl

        public String getContentUrl()
      • setContentUrl

        public void setContentUrl​(String contentUrl)
      • getContentUrlShort

        public String getContentUrlShort()
        For persistence use
      • setContentUrlShort

        public void setContentUrlShort​(String contentUrlShort)
        For persistence use
      • getContentUrlCrc

        public long getContentUrlCrc()
        For persistence use
      • setContentUrlCrc

        public void setContentUrlCrc​(long contentUrlCrc)
        For persistence use
      • getSize

        public long getSize()
      • setSize

        public void setSize​(long size)
      • getOrphanTime

        public Long getOrphanTime()
      • setOrphanTime

        public void setOrphanTime​(Long orphanTime)