@Entity public class FormEingang extends ALockableEntity implements IVorgangDependent, IFileProviding<FormEingangDatei,FormEingangDateiData>, IUncacheableFile, IUUIDEntity, IMandantDependent
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_ERSTELLER_REF |
static String |
ATTR_INDEX |
static String |
ATTR_MANDANT
Deprecated.
will be removed, use
AClientDependentEntity.getMandant() |
static String |
ATTR_NUTZER_INFO
Deprecated.
|
static String |
ATTR_VORGANG |
static String |
STANDARD_DATUM_FORMAT_DE
Deprecated.
|
static String |
STANDARD_ZEIT_FORMAT_DE
Deprecated.
|
static String |
SUB_ATTR_EINGABEWERTE_ALIAS |
static String |
SUB_ATTR_EINGABEWERTE_WERT |
COL_LOCKINGVERSION, lockingVersion
COL_ID, id
ATTR_DATEI, ATTR_FILE
ATTR_UUID
IMPORT_ID, INVALID_ID
Constructor and Description |
---|
FormEingang() |
entityHasChanged, getLockingVersion, setLockingVersion, toString
asIntValue, isPersisted, setId
compareTo, equals, getDBTableName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDatei, setDatei
compareTo
public static final String ATTR_VORGANG
public static final String ATTR_ERSTELLER_REF
public static final String ATTR_INDEX
public static final String SUB_ATTR_EINGABEWERTE_ALIAS
public static final String SUB_ATTR_EINGABEWERTE_WERT
@Deprecated public static final String ATTR_MANDANT
AClientDependentEntity.getMandant()
@Deprecated public static final String STANDARD_DATUM_FORMAT_DE
@Deprecated public static final String STANDARD_ZEIT_FORMAT_DE
@Deprecated public static final String ATTR_NUTZER_INFO
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
public void setUUID(String uuid)
public Vorgang getVorgang()
getVorgang
in interface IVorgangDependent
public void setVorgang(Vorgang vorgang)
public Date getEingangsDatum()
@Deprecated public List<Attachment> getAttachments()
@Deprecated public void setAttachments(List<Attachment> attachments)
@Deprecated public void addAttachment(Attachment attachment)
@Deprecated public void removeAttachment(Attachment attachment)
public FormEingangDatei getFileEntity()
getFileEntity
in interface IFileProviding<FormEingangDatei,FormEingangDateiData>
public void setFileEntity(FormEingangDatei fileEntity)
setFileEntity
in interface IFileProviding<FormEingangDatei,FormEingangDateiData>
public int getIdxnum()
public void setIdxnum(int idxnum)
public String getErstellerRef()
public void setErstellerRef(String erstellerRef)
public void setErsteller(Benutzer ersteller)
ersteller
- the ersteller to set@Deprecated public String getDatumFormat()
@Deprecated public void setDatumFormat(String datumFormat)
@Deprecated public String getZeitFormat()
@Deprecated public void setZeitFormat(String zeitFormat)
@Deprecated public Benutzer getErsteller()
@Deprecated public String getNutzerInfo()
@Deprecated public void setNutzerInfo(String nutzerInfo)
@Deprecated public Mandant getMandant()
getVorgang()
-> AClientDependentEntity.getMandant()
getMandant
in interface IMandantDependent
@Deprecated public void setMandant(Mandant mandant)
getVorgang()
-> AClientDependentEntity.setMandant(Mandant)
setMandant
in interface IMandantDependent
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.