Class AbstractDatei<T extends IAbstractDateiData>
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.AbstractDatei<T>
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IAbstractDatei<T>, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Deprecated
@MappedSuperclass
public abstract class AbstractDatei<T extends IAbstractDateiData>
extends AbstractLockableEntity
implements IAbstractDatei<T>
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected DateDeprecated.Fields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.byte[]getDaten()Deprecated.Deprecated.voidsetAenderungsdatum(Date aenderungsdatum) Deprecated.voidsetBenutzer_erstellt(String benutzer_erstellt) Deprecated.voidsetBenutzer_geaendert(String benutzer_geaendert) Deprecated.voidsetDateiname(String dateiname) Deprecated.voidsetErstellungsdatum(Date erstellungsdatum) Deprecated.Methods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface IAbstractDatei
getDateiDaten, setDateiDaten, setNewDataMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
getId, isPersisted, setIdMethods inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Field Details
-
ATTR_DATEN
-
ATTR_DATEINAME
-
ATTR_ERSTELLUNGSDATUM
-
ATTR_AENDERUNGSDATUM
-
ATTR_BENUTZER
-
ATTR_BENUTZER_GEAENDERT
-
erstellungsdatum
Deprecated. -
aenderungsdatum
Deprecated. -
dateiname
Deprecated. -
benutzer_erstellt
Deprecated. -
benutzer_geaendert
Deprecated.
-
-
Constructor Details
-
AbstractDatei
public AbstractDatei()Deprecated.
-
-
Method Details
-
getDaten
public byte[] getDaten()Deprecated.- Specified by:
getDatenin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getErstellungsdatum
Deprecated.- Specified by:
getErstellungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setErstellungsdatum
Deprecated.- Specified by:
setErstellungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getAenderungsdatum
Deprecated.- Specified by:
getAenderungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setAenderungsdatum
Deprecated.- Specified by:
setAenderungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getDateiname
Deprecated.- Specified by:
getDateinamein interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setDateiname
Deprecated.- Specified by:
setDateinamein interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getBenutzer_erstellt
Deprecated.- Specified by:
getBenutzer_erstelltin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setBenutzer_erstellt
Deprecated.- Specified by:
setBenutzer_erstelltin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getBenutzer_geaendert
Deprecated.- Specified by:
getBenutzer_geaendertin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setBenutzer_geaendert
Deprecated.- Specified by:
setBenutzer_geaendertin interfaceIAbstractDatei<T extends IAbstractDateiData>
-
AFileEntity