Package de.xima.fc.entities
Class FormEingang
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.ALockableEntity
-
- de.xima.fc.entities.FormEingang
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IFileProviding<FormEingangDatei,FormEingangDateiData>
,ILockingVersionProviding
,IMandantDependent
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUncacheableDatei
,IUncacheableFile
,IUUIDEntity
,IVorgangDependent
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class FormEingang extends ALockableEntity implements IVorgangDependent, IFileProviding<FormEingangDatei,FormEingangDateiData>, IUncacheableFile, IUUIDEntity, IMandantDependent
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die zugehörigen Werte- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_ERSTELLER_REF
static String
ATTR_INDEX
static String
ATTR_MANDANT
Deprecated.will be removed, useAClientDependentEntity.getMandant()
static String
ATTR_NUTZER_INFO
Deprecated.static String
ATTR_VORGANG
static String
COL_UUID
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
-
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.IFileProviding
ATTR_DATEI, ATTR_FILE
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, TYPE_NAME_UUID
-
-
Constructor Summary
Constructors Constructor Description FormEingang()
-
Method Summary
-
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.IFileProviding
getDatei, setDatei
-
-
-
-
Field Detail
-
ATTR_VORGANG
public static final String ATTR_VORGANG
- See Also:
- Constant Field Values
-
ATTR_ERSTELLER_REF
public static final String ATTR_ERSTELLER_REF
- See Also:
- Constant Field Values
-
ATTR_INDEX
public static final String ATTR_INDEX
- See Also:
- Constant Field Values
-
SUB_ATTR_EINGABEWERTE_ALIAS
public static final String SUB_ATTR_EINGABEWERTE_ALIAS
- See Also:
- Constant Field Values
-
SUB_ATTR_EINGABEWERTE_WERT
public static final String SUB_ATTR_EINGABEWERTE_WERT
- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
- See Also:
- Constant Field Values
-
ATTR_MANDANT
@Deprecated public static final String ATTR_MANDANT
Deprecated.will be removed, useAClientDependentEntity.getMandant()
- See Also:
- Constant Field Values
-
STANDARD_DATUM_FORMAT_DE
@Deprecated public static final String STANDARD_DATUM_FORMAT_DE
Deprecated.- See Also:
- Constant Field Values
-
STANDARD_ZEIT_FORMAT_DE
@Deprecated public static final String STANDARD_ZEIT_FORMAT_DE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_NUTZER_INFO
@Deprecated public static final String ATTR_NUTZER_INFO
Deprecated.- 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
-
getUUID
public String getUUID()
- Specified by:
getUUID
in interfaceIUUIDEntity
- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a context,
e.g.
Mandant
,Projekt
, ...
-
setUUID
public void setUUID(String uuid)
- Specified by:
setUUID
in interfaceIUUIDEntity
-
getUUIDObject
public UUID getUUIDObject()
- Specified by:
getUUIDObject
in interfaceIUUIDEntity
-
setUUIDObject
public void setUUIDObject(UUID uuid)
-
getVorgang
public Vorgang getVorgang()
- Specified by:
getVorgang
in interfaceIVorgangDependent
-
setVorgang
public void setVorgang(Vorgang vorgang)
-
getEingangsDatum
public Date getEingangsDatum()
-
getAttachments
@Deprecated public List<Attachment> getAttachments()
Deprecated.
-
setAttachments
@Deprecated public void setAttachments(List<Attachment> attachments)
Deprecated.
-
addAttachment
@Deprecated public void addAttachment(Attachment attachment)
Deprecated.
-
removeAttachment
@Deprecated public void removeAttachment(Attachment attachment)
Deprecated.
-
getFileEntity
public FormEingangDatei getFileEntity()
- Specified by:
getFileEntity
in interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
setFileEntity
public void setFileEntity(FormEingangDatei fileEntity)
- Specified by:
setFileEntity
in interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
getIdxnum
public int getIdxnum()
-
setIdxnum
public void setIdxnum(int idxnum)
-
getErstellerRef
public String getErstellerRef()
-
setErstellerRef
public void setErstellerRef(String erstellerRef)
-
setErsteller
public void setErsteller(Benutzer ersteller)
- Parameters:
ersteller
- the ersteller to set
-
getDatumFormat
@Deprecated public String getDatumFormat()
Deprecated.
-
setDatumFormat
@Deprecated public void setDatumFormat(String datumFormat)
Deprecated.
-
getZeitFormat
@Deprecated public String getZeitFormat()
Deprecated.
-
setZeitFormat
@Deprecated public void setZeitFormat(String zeitFormat)
Deprecated.
-
getErsteller
@Deprecated public Benutzer getErsteller()
Deprecated.- Returns:
- the ersteller
-
getNutzerInfo
@Deprecated public String getNutzerInfo()
Deprecated.
-
setNutzerInfo
@Deprecated public void setNutzerInfo(String nutzerInfo)
Deprecated.
-
getMandant
@Deprecated public Mandant getMandant()
Deprecated.will be removed, usegetVorgang()
andAClientDependentEntity.getMandant()
- Specified by:
getMandant
in interfaceIMandantDependent
- Returns:
- returns the client or null if not set
-
setMandant
@Deprecated public void setMandant(Mandant mandant)
Deprecated.will be removed, usegetVorgang()
andAClientDependentEntity.setMandant(Mandant)
- Specified by:
setMandant
in interfaceIMandantDependent
-
-