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.useAFileEntity- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected DateaenderungsdatumDeprecated.static StringATTR_AENDERUNGSDATUMDeprecated.static StringATTR_BENUTZERDeprecated.static StringATTR_BENUTZER_GEAENDERTDeprecated.static StringATTR_DATEINAMEDeprecated.static StringATTR_DATENDeprecated.static StringATTR_ERSTELLUNGSDATUMDeprecated.protected Stringbenutzer_erstelltDeprecated.protected Stringbenutzer_geaendertDeprecated.protected StringdateinameDeprecated.protected DateerstellungsdatumDeprecated.- 
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.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractDatei()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DategetAenderungsdatum()Deprecated.StringgetBenutzer_erstellt()Deprecated.StringgetBenutzer_geaendert()Deprecated.StringgetDateiname()Deprecated.byte[]getDaten()Deprecated.DategetErstellungsdatum()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, 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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ATTR_DATEN
public static final String ATTR_DATEN
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ATTR_DATEINAME
public static final String ATTR_DATEINAME
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ATTR_ERSTELLUNGSDATUM
public static final String ATTR_ERSTELLUNGSDATUM
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ATTR_AENDERUNGSDATUM
public static final String ATTR_AENDERUNGSDATUM
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ATTR_BENUTZER
public static final String ATTR_BENUTZER
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ATTR_BENUTZER_GEAENDERT
public static final String ATTR_BENUTZER_GEAENDERT
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
erstellungsdatum
protected Date erstellungsdatum
Deprecated. 
- 
aenderungsdatum
protected Date aenderungsdatum
Deprecated. 
- 
dateiname
protected String dateiname
Deprecated. 
- 
benutzer_erstellt
protected String benutzer_erstellt
Deprecated. 
- 
benutzer_geaendert
protected String benutzer_geaendert
Deprecated. 
 - 
 
- 
Method Detail
- 
getDaten
public byte[] getDaten()
Deprecated.- Specified by:
 getDatenin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
getErstellungsdatum
public Date getErstellungsdatum()
Deprecated.- Specified by:
 getErstellungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
setErstellungsdatum
public void setErstellungsdatum(Date erstellungsdatum)
Deprecated.- Specified by:
 setErstellungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
getAenderungsdatum
public Date getAenderungsdatum()
Deprecated.- Specified by:
 getAenderungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
setAenderungsdatum
public void setAenderungsdatum(Date aenderungsdatum)
Deprecated.- Specified by:
 setAenderungsdatumin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
getDateiname
public String getDateiname()
Deprecated.- Specified by:
 getDateinamein interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
setDateiname
public void setDateiname(String dateiname)
Deprecated.- Specified by:
 setDateinamein interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
getBenutzer_erstellt
public String getBenutzer_erstellt()
Deprecated.- Specified by:
 getBenutzer_erstelltin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
setBenutzer_erstellt
public void setBenutzer_erstellt(String benutzer_erstellt)
Deprecated.- Specified by:
 setBenutzer_erstelltin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
getBenutzer_geaendert
public String getBenutzer_geaendert()
Deprecated.- Specified by:
 getBenutzer_geaendertin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
- 
setBenutzer_geaendert
public void setBenutzer_geaendert(String benutzer_geaendert)
Deprecated.- Specified by:
 setBenutzer_geaendertin interfaceIAbstractDatei<T extends IAbstractDateiData>
 
 - 
 
 -