Package de.xima.fc.entities
Class AttachmentDatei
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.AFileEntity<Attachment,AttachmentDateiData>
-
- de.xima.fc.entities.AttachmentDatei
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IAbstractDatei<AttachmentDateiData>
,IFileEntity<Attachment,AttachmentDateiData>
,IFileSizeProviding
,ILockingVersionProviding
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class AttachmentDatei extends AFileEntity<Attachment,AttachmentDateiData> implements IFileSizeProviding
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_ATTACHMENT
static String
ATTR_SIZE
-
Fields inherited from class de.xima.fc.entities.AFileEntity
aenderungsdatum, benutzer_erstellt, benutzer_geaendert, COL_DATE_CREATED, COL_DATE_MODIFIED, COL_NAME, COL_USER_NAME_CREATED, COL_USER_NAME_MODIFIED, dataEntities, dateiname, erstellungsdatum
-
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.IFileEntity
ATTR_AENDERUNGSDATUM, ATTR_BASE_ENTITY, ATTR_BENUTZER, ATTR_BENUTZER_GEAENDERT, ATTR_DATA_ENTITY, ATTR_DATEINAME, ATTR_DATEN, ATTR_ERSTELLUNGSDATUM
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description AttachmentDatei()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentDatei
cloneBasics()
Attachment
getBaseEntity()
AttachmentDateiData
getDataEntity()
Long
getId()
int
getSize()
The file size in bytes.void
setBaseEntity(Attachment baseEntity)
void
setDataEntity(AttachmentDateiData dataEntity)
void
setId(Long id)
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!void
setNewData(byte[] daten)
void
setSize(Integer size)
-
Methods inherited from class de.xima.fc.entities.AFileEntity
getAenderungsdatum, getBenutzer_erstellt, getBenutzer_geaendert, getDataEntities, getDateiname, getDaten, getErstellungsdatum, setAenderungsdatum, setBenutzer_erstellt, setBenutzer_geaendert, setDataEntities, setDateiname, setErstellungsdatum
-
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
-
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.IFileEntity
getDateiDaten, setDateiDaten
-
-
-
-
Field Detail
-
ATTR_ATTACHMENT
public static final String ATTR_ATTACHMENT
- See Also:
- Constant Field Values
-
ATTR_SIZE
public static final String ATTR_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(Long id)
Description copied from class:AbstractEntity
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!- Specified by:
setId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
setId
in classAbstractEntity
- Parameters:
id
-Long
the database-id to set
-
setDataEntity
public void setDataEntity(AttachmentDateiData dataEntity)
- Specified by:
setDataEntity
in interfaceIFileEntity<Attachment,AttachmentDateiData>
-
getDataEntity
public AttachmentDateiData getDataEntity()
- Specified by:
getDataEntity
in interfaceIFileEntity<Attachment,AttachmentDateiData>
-
getBaseEntity
public Attachment getBaseEntity()
- Specified by:
getBaseEntity
in interfaceIFileEntity<Attachment,AttachmentDateiData>
-
setBaseEntity
public void setBaseEntity(Attachment baseEntity)
- Specified by:
setBaseEntity
in interfaceIFileEntity<Attachment,AttachmentDateiData>
-
setNewData
public void setNewData(byte[] daten)
- Specified by:
setNewData
in interfaceIAbstractDatei<AttachmentDateiData>
- Specified by:
setNewData
in interfaceIFileEntity<Attachment,AttachmentDateiData>
-
getSize
public int getSize()
Description copied from interface:IFileSizeProviding
The file size in bytes.- Specified by:
getSize
in interfaceIFileSizeProviding
- Returns:
- The file size in bytes.
-
setSize
public void setSize(Integer size)
-
cloneBasics
public AttachmentDatei cloneBasics()
- Returns:
- A copy of this entity with all fields copied that do not reference other entities.
-
-