Package de.xima.fc.entities
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 de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.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 de.xima.fc.entities.interfaces.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 de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.fc.entities.interfaces.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
Deprecated.- See Also:
-
ATTR_DATEINAME
Deprecated.- See Also:
-
ATTR_ERSTELLUNGSDATUM
Deprecated.- See Also:
-
ATTR_AENDERUNGSDATUM
Deprecated.- See Also:
-
ATTR_BENUTZER
Deprecated.- See Also:
-
ATTR_BENUTZER_GEAENDERT
Deprecated.- See Also:
-
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