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 Date
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.protected String
Deprecated.protected String
Deprecated.protected String
Deprecated.protected Date
Deprecated.Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
Fields 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.void
setAenderungsdatum
(Date aenderungsdatum) Deprecated.void
setBenutzer_erstellt
(String benutzer_erstellt) Deprecated.void
setBenutzer_geaendert
(String benutzer_geaendert) Deprecated.void
setDateiname
(String dateiname) Deprecated.void
setErstellungsdatum
(Date erstellungsdatum) Deprecated.Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.xima.fc.entities.interfaces.IAbstractDatei
getDateiDaten, setDateiDaten, setNewData
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
getId, isPersisted, setId
Methods 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:
getDaten
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getErstellungsdatum
Deprecated.- Specified by:
getErstellungsdatum
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setErstellungsdatum
Deprecated.- Specified by:
setErstellungsdatum
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getAenderungsdatum
Deprecated.- Specified by:
getAenderungsdatum
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setAenderungsdatum
Deprecated.- Specified by:
setAenderungsdatum
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getDateiname
Deprecated.- Specified by:
getDateiname
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setDateiname
Deprecated.- Specified by:
setDateiname
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getBenutzer_erstellt
Deprecated.- Specified by:
getBenutzer_erstellt
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setBenutzer_erstellt
Deprecated.- Specified by:
setBenutzer_erstellt
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
getBenutzer_geaendert
Deprecated.- Specified by:
getBenutzer_geaendert
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
setBenutzer_geaendert
Deprecated.- Specified by:
setBenutzer_geaendert
in interfaceIAbstractDatei<T extends IAbstractDateiData>
-
AFileEntity