Package org.alfresco.repo.domain.locale
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 Summary
Fields Modifier and Type Field Description static LongCONST_LONG_ZEROstatic StringDEFAULT_LOCALE_SUBSTITUTE
-
Constructor Summary
Constructors Constructor Description LocaleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetId()StringgetLocaleStr()LonggetVersion()inthashCode()voidsetId(Long id)voidsetLocaleStr(String localeStr)voidsetVersion(Long version)StringtoString()
-
-
-
Field Detail
-
DEFAULT_LOCALE_SUBSTITUTE
public static final String DEFAULT_LOCALE_SUBSTITUTE
- See Also:
- Constant Field Values
-
CONST_LONG_ZERO
public static final Long CONST_LONG_ZERO
-
-