Class LocaleEntity

java.lang.Object
org.alfresco.repo.domain.locale.LocaleEntity

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

    • DEFAULT_LOCALE_SUBSTITUTE

      public static final String DEFAULT_LOCALE_SUBSTITUTE
      See Also:
    • CONST_LONG_ZERO

      public static final Long CONST_LONG_ZERO
  • Constructor Details

    • LocaleEntity

      public LocaleEntity()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object