Class ALocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>, TData extends IFileDataEntity<?>>

java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
Type Parameters:
TBase - type of the base entity determines the type this file meta entity can be attached to.
TData - type of the data entity that stores the actual file data.
All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILocalizedScopedFileMetaEntity<TBase,TData>, IFileMetaEntity<TBase,TData>, IScopedFileMetaEntity<TBase,TData>, ILocalizedDatabaseObject<TData,Long>, IScopedLocalizedDatabaseObject<TData,Long>, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, IUUIDEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
Direct Known Subclasses:
ProjectFile, UserPortalFile

@MappedSuperclass public abstract class ALocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>, TData extends IFileDataEntity<?>> extends AScopedFileMetaEntity<TBase,TData> implements ILocalizedScopedFileMetaEntity<TBase,TData>
Abstract base class for localized file meta entities.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: