Package de.xima.fc.entities
Class UserPortalStateLocalization
- java.lang.Object
-
- de.xima.fc.entities.common.i18n.ALocalization<UserPortalState>
-
- de.xima.fc.entities.UserPortalStateLocalization
-
- All Implemented Interfaces:
ILocalization<UserPortalState>
,ILocalizedDatabaseObject
,Serializable
@Entity public class UserPortalStateLocalization extends ALocalization<UserPortalState>
Implementation of the localizations forUserPortalState
entities.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalization
ATTR_ENTITY, ATTR_I18N_NAME, ATTR_I18N_VALUE, COL_ENTITY_ID, COL_I18N_NAME, COL_I18N_VALUE
-
Fields inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalizedDatabaseObject
ATTR_LANGUAGE_TAG, COL_LANGUAGE_TAG
-
-
Constructor Summary
Constructors Constructor Description UserPortalStateLocalization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPortalStateLocalization
cloneBasics()
-
Methods inherited from class de.xima.fc.entities.common.i18n.ALocalization
copyBasics, getBaseEntity, getI18nName, getI18nValue, getId, getLanguageTag, setBaseEntity, setI18nName, setI18nValue, setId, setLanguageTag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalizedDatabaseObject
getLocale, setLocale
-
-
-
-
Method Detail
-
cloneBasics
public UserPortalStateLocalization cloneBasics()
-
-