@Entity public class FormVersionBackup extends AFileEntity<FormVersion,FormVersionBackupData> implements IUUIDEntity
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_FORMVERSION |
static String |
COL_UUID |
aenderungsdatum, benutzer_erstellt, benutzer_geaendert, dataEntities, dateiname, erstellungsdatum
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
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 |
---|
FormVersionBackup() |
Modifier and Type | Method and Description |
---|---|
FormVersion |
getBaseEntity() |
FormVersionBackupData |
getDataEntity() |
FormVersion |
getFormVersion()
Deprecated.
use
getBaseEntity() |
Long |
getId() |
String |
getUUID() |
UUID |
getUUIDObject() |
void |
setBaseEntity(FormVersion baseEntity) |
void |
setDataEntity(FormVersionBackupData dataEntity) |
void |
setFormVersion(FormVersion formVersion)
Deprecated.
|
void |
setId(Long id)
!!!
|
void |
setNewData(byte[] daten) |
void |
setUUID(String uuid) |
void |
setUUIDObject(UUID uuid) |
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_FORMVERSION
public static final String COL_UUID
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 String getUUID()
getUUID
in interface IUUIDEntity
Mandant
, Projekt
, ...public void setUUID(String uuid)
setUUID
in interface IUUIDEntity
public UUID getUUIDObject()
getUUIDObject
in interface IUUIDEntity
public void setUUIDObject(UUID uuid)
public void setDataEntity(FormVersionBackupData dataEntity)
setDataEntity
in interface IFileEntity<FormVersion,FormVersionBackupData>
public FormVersionBackupData getDataEntity()
getDataEntity
in interface IFileEntity<FormVersion,FormVersionBackupData>
public void setNewData(byte[] daten)
setNewData
in interface IAbstractDatei<FormVersionBackupData>
setNewData
in interface IFileEntity<FormVersion,FormVersionBackupData>
public FormVersion getBaseEntity()
getBaseEntity
in interface IFileEntity<FormVersion,FormVersionBackupData>
public void setBaseEntity(FormVersion baseEntity)
setBaseEntity
in interface IFileEntity<FormVersion,FormVersionBackupData>
@Deprecated public FormVersion getFormVersion()
getBaseEntity()
@Deprecated public void setFormVersion(FormVersion formVersion)
setBaseEntity(FormVersion)
formVersion
- the FormVersion
to setCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.