Class ContentDataEntity


  • public class ContentDataEntity
    extends Object
    Entity bean for alf_content_data table.

    These are unique (see equals and hashCode) based on the content URL value.

    Since:
    3.2
    Author:
    Derek Hulley
    • Field Detail

      • CONST_LONG_ZERO

        public static final Long CONST_LONG_ZERO
    • Constructor Detail

      • ContentDataEntity

        public ContentDataEntity()
    • Method Detail

      • hashCode

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

        public void incrementVersion()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getVersion

        public Long getVersion()
      • setVersion

        public void setVersion​(Long version)
      • getContentUrlId

        public Long getContentUrlId()
      • setContentUrlId

        public void setContentUrlId​(Long contentUrlId)
      • getSize

        public Long getSize()
      • setSize

        public void setSize​(Long size)
      • getMimetypeId

        public Long getMimetypeId()
      • setMimetypeId

        public void setMimetypeId​(Long mimetypeId)
      • getEncodingId

        public Long getEncodingId()
      • setEncodingId

        public void setEncodingId​(Long encodingId)
      • getLocaleId

        public Long getLocaleId()
      • setLocaleId

        public void setLocaleId​(Long localeId)