@Entity public class FormEingang extends AbstractMandantDependentEntity implements IVorgangDependent, IFileProviding<FormEingangDateiData>, IUncacheableDatei
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_ERSTELLER_REF |
static String |
ATTR_INDEX |
static String |
ATTR_NUTZER_INFO |
static String |
ATTR_VORGANG |
static String |
STANDARD_DATUM_FORMAT_DE |
static String |
STANDARD_ZEIT_FORMAT_DE |
static String |
SUB_ATTR_EINGABEWERTE_ALIAS |
static String |
SUB_ATTR_EINGABEWERTE_WERT |
mandant
id
ATTR_DATEI
IMPORT_ID
ATTR_MANDANT
ATTR_LOCKINGVERSION
Constructor and Description |
---|
FormEingang() |
Modifier and Type | Method and Description |
---|---|
void |
addAttachment(Attachment attachment) |
List<Attachment> |
getAttachments() |
FormEingangDatei |
getDatei() |
String |
getDatumFormat() |
Date |
getEingangsDatum() |
Benutzer |
getErsteller() |
String |
getErstellerRef() |
int |
getId() |
int |
getIdxnum() |
String |
getNutzerInfo() |
Date |
getOldEingangsDatum()
Deprecated.
|
Vorgang |
getVorgang() |
String |
getZeitFormat() |
void |
removeAttachment(Attachment attachment) |
void |
setAttachments(List<Attachment> attachments) |
void |
setDatei(FormEingangDatei datei) |
void |
setDatumFormat(String datumFormat) |
void |
setErsteller(Benutzer ersteller) |
void |
setErstellerRef(String erstellerRef) |
void |
setIdxnum(int idxnum) |
void |
setNutzerInfo(String nutzerInfo) |
void |
setOldEingangsDatum(Date eingangsDatum)
Deprecated.
|
void |
setVorgang(Vorgang vorgang) |
void |
setZeitFormat(String zeitFormat) |
getMandant, setMandant
entityHasChanged, getLockingVersion, setLockingVersion, toString
isPersisted, setId
compareTo, equals, getDBTableName, hashCode
public static final String ATTR_VORGANG
public static final String ATTR_NUTZER_INFO
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
public static final String STANDARD_DATUM_FORMAT_DE
public static final String STANDARD_ZEIT_FORMAT_DE
public int getId()
getId
in interface de.xima.cmn.dao.interfaces.IEntity
public Vorgang getVorgang()
getVorgang
in interface IVorgangDependent
public void setVorgang(Vorgang vorgang)
public Date getEingangsDatum()
public String getNutzerInfo()
public void setNutzerInfo(String nutzerInfo)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public void addAttachment(Attachment attachment)
public void removeAttachment(Attachment attachment)
public String getDatumFormat()
public void setDatumFormat(String datumFormat)
public String getZeitFormat()
public void setZeitFormat(String zeitFormat)
public FormEingangDatei getDatei()
getDatei
in interface IFileProviding<FormEingangDateiData>
public void setDatei(FormEingangDatei datei)
public String getErstellerRef()
public void setErstellerRef(String erstellerRef)
public Benutzer getErsteller()
public void setErsteller(Benutzer ersteller)
ersteller
- the ersteller to setpublic int getIdxnum()
public void setIdxnum(int idxnum)
@Deprecated public Date getOldEingangsDatum()
@Deprecated public void setOldEingangsDatum(Date eingangsDatum)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.