Package de.xima.fc.entities
Class ProjectPortalTagLocalization
- java.lang.Object
-
- de.xima.fc.entities.common.i18n.ALocalization<ProjectPortalTag>
-
- de.xima.fc.entities.ProjectPortalTagLocalization
-
- All Implemented Interfaces:
ILocalization<ProjectPortalTag,LocalizationId>
,ILocalizedDatabaseObject<String,LocalizationId>
,IScopedLocalizedDatabaseObject<String,LocalizationId>
,Serializable
@Entity public class ProjectPortalTagLocalization extends ALocalization<ProjectPortalTag>
Implementation of the localizations forProjectPortalTag
entities.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.entities.common.i18n.ALocalization
ATTR_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalization
ATTR_DATA, ATTR_ENTITY, ATTR_KEY, COL_DATA, COL_ENTITY_ID, COL_KEY
-
Fields inherited from interface de.xima.fc.entities.interfaces.i18n.ILocalizedDatabaseObject
ATTR_LANGUAGE_TAG, COL_LANGUAGE_TAG
-
-
Constructor Summary
Constructors Constructor Description ProjectPortalTagLocalization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectPortalTagLocalization
cloneBasics()
-
Methods inherited from class de.xima.fc.entities.common.i18n.ALocalization
copyBasics, getBaseEntity, getData, getId, getKey, getLanguageTag, isPersisted, setBaseEntity, setData, setId, setKey, 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 ProjectPortalTagLocalization cloneBasics()
-
-