Class LocaleEntity


  • public class LocaleEntity
    extends Object
    Entity for alf_locale persistence.
    Since:
    3.4
    Author:
    janv
    • Field Detail

      • CONST_LONG_ZERO

        public static final Long CONST_LONG_ZERO
    • Constructor Detail

      • LocaleEntity

        public LocaleEntity()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getVersion

        public Long getVersion()
      • setVersion

        public void setVersion​(Long version)
      • getLocaleStr

        public String getLocaleStr()
      • setLocaleStr

        public void setLocaleStr​(String localeStr)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object