@Entity public class AttachmentDatei extends AFileEntity<Attachment,AttachmentDateiData>
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_ATTACHMENT |
static String |
ATTR_SIZE |
aenderungsdatum, benutzer_erstellt, benutzer_geaendert, dataEntities, dateiname, erstellungsdatum
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_AENDERUNGSDATUM, ATTR_BASE_ENTITY, ATTR_BENUTZER, ATTR_BENUTZER_GEAENDERT, ATTR_DATA_ENTITY, ATTR_DATEINAME, ATTR_DATEN, ATTR_ERSTELLUNGSDATUM
IMPORT_ID, INVALID_ID
Constructor and Description |
---|
AttachmentDatei() |
Modifier and Type | Method and Description |
---|---|
Attachment |
getBaseEntity() |
AttachmentDateiData |
getDataEntity() |
Long |
getId() |
int |
getSize() |
void |
setBaseEntity(Attachment baseEntity) |
void |
setDataEntity(AttachmentDateiData dataEntity) |
void |
setId(Long id)
!!!
|
void |
setNewData(byte[] daten) |
void |
setSize(int size) |
getAenderungsdatum, getBenutzer_erstellt, getBenutzer_geaendert, getDataEntities, getDateiname, getDaten, getErstellungsdatum, setAenderungsdatum, setBenutzer_erstellt, setBenutzer_geaendert, setDataEntities, setDateiname, setErstellungsdatum
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDateiDaten, setDateiDaten
entityHasChanged, getLockingVersion, setLockingVersion
compareTo
public static final String ATTR_ATTACHMENT
public static final String ATTR_SIZE
public Long getId()
public void setId(Long id)
AbstractEntity
Integer.MAX_VALUE
or lower then Integer.MIN_VALUE
will be
altered to null!!!setId
in interface de.xima.cmn.dao.interfaces.IEntity<Long>
setId
in class AbstractEntity
id
- Long
the database-id to setpublic void setDataEntity(AttachmentDateiData dataEntity)
public AttachmentDateiData getDataEntity()
public Attachment getBaseEntity()
public void setBaseEntity(Attachment baseEntity)
public void setNewData(byte[] daten)
public int getSize()
public void setSize(int size)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.