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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringDeprecated.static final StringDeprecated.static final Stringstatic final Stringstatic final StringDeprecated.static final StringDeprecated.static final Stringstatic final StringFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.fc.entities.interfaces.IFileProviding
ATTR_DATEI, ATTR_FILEFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_IDFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(Attachment attachment) Deprecated.Deprecated.Deprecated.Deprecated.getId()intDeprecated.will be removed, usegetVorgang()andAClientDependentEntity.getMandant()Deprecated.getUUID()Deprecated.voidremoveAttachment(Attachment attachment) Deprecated.voidsetAttachments(List<Attachment> attachments) Deprecated.voidsetDatumFormat(String datumFormat) Deprecated.voidsetErsteller(Benutzer ersteller) Deprecated.UsesetErstellerRef(String)instead.voidsetErsteller(IUser ersteller) voidsetErstellerRef(String erstellerRef) voidsetFileEntity(FormEingangDatei fileEntity) voidsetFormData(String formData) void!!!voidsetIdxnum(int idxnum) voidsetMandant(Mandant mandant) Deprecated.will be removed, usegetVorgang()andAClientDependentEntity.setMandant(Mandant)voidsetNutzerInfo(String nutzerInfo) Deprecated.voidvoidsetUUIDObject(UUID uuid) voidsetVorgang(Vorgang vorgang) voidsetZeitFormat(String zeitFormat) Deprecated.Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersistedMethods inherited from interface de.xima.fc.entities.interfaces.IFileProviding
getDatei, setDatei
-
Field Details
-
ATTR_VORGANG
- See Also:
-
ATTR_ERSTELLER_REF
- See Also:
-
ATTR_INDEX
- See Also:
-
SUB_ATTR_EINGABEWERTE_ALIAS
- See Also:
-
SUB_ATTR_EINGABEWERTE_WERT
- See Also:
-
COL_UUID
- See Also:
-
ATTR_MANDANT
Deprecated.will be removed, useAClientDependentEntity.getMandant()- See Also:
-
STANDARD_DATUM_FORMAT_DE
Deprecated.- See Also:
-
STANDARD_ZEIT_FORMAT_DE
Deprecated.- See Also:
-
ATTR_NUTZER_INFO
Deprecated.- See Also:
-
-
Constructor Details
-
FormEingang
public FormEingang()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
setId
Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
getUUID
- Specified by:
getUUIDin interfaceIUUIDEntity- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a
context, e.g.
Mandant,Projekt, ...
-
setUUID
- Specified by:
setUUIDin interfaceIUUIDEntity
-
getUUIDObject
- Specified by:
getUUIDObjectin interfaceIUUIDEntity
-
setUUIDObject
-
getVorgang
- Specified by:
getVorgangin interfaceIVorgangDependent
-
setVorgang
-
getEingangsDatum
-
getAttachments
Deprecated. -
setAttachments
Deprecated. -
addAttachment
Deprecated. -
removeAttachment
Deprecated. -
getFileEntity
- Specified by:
getFileEntityin interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
setFileEntity
- Specified by:
setFileEntityin interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
getIdxnum
public int getIdxnum() -
setIdxnum
public void setIdxnum(int idxnum) -
getErstellerRef
-
setErstellerRef
-
setErsteller
-
setFormData
-
setErsteller
Deprecated.UsesetErstellerRef(String)instead. -
getDatumFormat
Deprecated. -
setDatumFormat
Deprecated. -
getZeitFormat
Deprecated. -
setZeitFormat
Deprecated. -
getErsteller
Deprecated.- Returns:
- the ersteller
-
getNutzerInfo
Deprecated. -
setNutzerInfo
Deprecated. -
getMandant
Deprecated.will be removed, usegetVorgang()andAClientDependentEntity.getMandant()- Specified by:
getMandantin interfaceIMandantDependent- Returns:
- returns the client or null if not set
-
setMandant
Deprecated.will be removed, usegetVorgang()andAClientDependentEntity.setMandant(Mandant)- Specified by:
setMandantin interfaceIMandantDependent
-
AClientDependentEntity.getMandant()