Class MimetypeEntity


  • public class MimetypeEntity
    extends Object
    Entity bean for alf_mimetype table.

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

    Since:
    3.2
    Author:
    Derek Hulley
    • Field Detail

      • CONST_LONG_ZERO

        public static final Long CONST_LONG_ZERO
    • Constructor Detail

      • MimetypeEntity

        public MimetypeEntity()
    • 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)
      • getMimetype

        public String getMimetype()
      • setMimetype

        public void setMimetype​(String mimetype)