Class EncodingEntity


  • public class EncodingEntity
    extends Object
    Entity bean for alf_encoding table.

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

    Since:
    3.2
    Author:
    Derek Hulley
    • Field Detail

      • CONST_LONG_ZERO

        public static final Long CONST_LONG_ZERO
    • Constructor Detail

      • EncodingEntity

        public EncodingEntity()
    • Method Detail

      • hashCode

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

        public Long getId()
      • setId

        public void setId​(Long id)
      • getVersion

        public Long getVersion()
      • setVersion

        public void setVersion​(Long version)
      • getEncoding

        public String getEncoding()
      • setEncoding

        public void setEncoding​(String encoding)